VerticalGridPagerMode Enum
Lists values that specify the navigation in the grid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
ShowAllRecords
|
Disables page-mode navigation. |
ShowPager
|
The ASPxVerticalGrid automatically splits content (records) across multiple pages and provides end-users with an embedded page navigation UI - pager. The maximum number of records displayed on a page is specified by the ASPxVerticalGridPagerSettings.PageSize property. |
Related API Members
The following properties accept/return VerticalGridPagerMode values:
See Also