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.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxCardViewDemos |