GridViewPagerMode Enum
Lists values that specify the navigation in the grid.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
ShowAllRecords | Disables page-mode navigation. |
ShowPager | The GridView automatically splits content (rows) across multiple pages and provides end-users with an embedded page navigation UI - Pager. The maximum number of rows displayed on a page is specified using the BootstrapGridViewPagerSettingsBuilder.PageSize method. |
EndlessPaging | The endless paging is enabled. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also