CardViewModel.ApplyPagingState(CardViewPagerState) Method
Updates the state of the CardViewModel with the current paging state of the CardView.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
pagerState | CardViewPagerState | A CardViewPagerState object that contains the state of the paging operation performed by an end-user on the client side. |
See Also