Skip to main content

VerticalGridModel.ApplyPagingState(VerticalGridPagerState) Method

Updates the state of the VerticalGridModel with the current paging state of the VerticalGrid.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void ApplyPagingState(
    VerticalGridPagerState pagerState
)

Parameters

Name Type Description
pagerState VerticalGridPagerState

A VerticalGridPagerState object that contains the state of the paging operation performed by an end-user on the client side.

See Also