Skip to main content
A newer version of this page is available. .
Tab

GridViewPagerMode Enum

Lists values that specify the navigation in the grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridViewPagerMode

Members

Name Description
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.

Related API Members

The following properties accept/return GridViewPagerMode values:

Remarks

The values listed by this enumeration are used to set the ASPxGridViewPagerSettings.Mode property.

See Also