Back to Devexpress

GridViewPagerMode Enum

aspnet-devexpress-dot-web-ad341f7a.md

latest1.4 KB
Original Source

GridViewPagerMode Enum

Lists values that specify the navigation in the grid.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewPagerMode
vb
Public Enum GridViewPagerMode

Members

NameDescription
ShowAllRecords

Disables page-mode navigation.

| | ShowPager |

The ASPxGridView 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 by the ASPxGridViewPagerSettings.PageSize property.

| | EndlessPaging |

The endless paging is enabled.

|

The following properties accept/return GridViewPagerMode values:

See Also

Grid View

DevExpress.Web Namespace