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

GridViewModel.Pager Property

Gets the grid pager’s main settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GridViewPagerState Pager { get; }

Property Value

Type Description
GridViewPagerState

A GridViewPagerState object containing information about the paging-related state.

See Also