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

VerticalGridPagerState Class

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class VerticalGridPagerState :
    GridBasePagerState

The following members return VerticalGridPagerState objects:

Remarks

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

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

Inheritance

Object
GridBasePagerState
VerticalGridPagerState
See Also