Skip to main content

GridLookupPagerState Class

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public class GridLookupPagerState :
    GridViewPagerState

#Remarks

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

#Inheritance

See Also