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

GridViewPagerState Class

Contains information about the GridView’s paging-related state.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public class GridViewPagerState :
    GridBasePagerState

The following members return GridViewPagerState objects:

Remarks

An object of this type can be accessed via the GridViewModel.Pager property.

Refer to Custom Data Binding and Action Types and Passed Parameters to learn more.

Inheritance

See Also