The DevExpress ASP.NET MVC Card View (ASPxCardView) automatically splits large content across multiple pages and provides a built-in pager, which enables end-users to navigate through data.
The embedded pager control can be customized using the following settings of the SettingsPager property.
- The Position property controls the pager's position within CardView: at the control's top, bottom, or both.
- The PageSizeItemSettings.Position property controls where a page size item is displayed to the left or right of the pager.
- The PageSizeItemSettings.Visible property controls page size item visibility.
- The Summary.Visible property controls the pager's summary visibility.
- The ShowDisabledButtons property controls the visibility of pager buttons that cannot be used at the moment and are temporarily disabled.
- The ShowNumericButtons property controls the visibility of pager numeric buttons that navigate a user to corresponding pages.
- The ShowSeparators property specifies if number separators are displayed.