Gets the grid pager's main settings.
Namespace:DevExpress.Web.Mvc
Assembly:DevExpress.Web.Mvc5.v18.2.dll

Syntax
C# |
public GridViewPagerState Pager { get; }
|
VB |
Public ReadOnly Property Pager As GridViewPagerState
|
Property value
Type:
GridViewPagerState
A GridViewPagerState object containing information about the paging-related state.

See Also