Skip to main content

GridViewModel.Pager Property

Gets the grid pager’s main settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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