DataViewSettings.PagerSettings Property
In This Article
Gets the Pager‘s settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxDataViewPagerSettings PagerSettings { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
Use the PagerSettings property to access the settings that allow you to customize the data view’s Pager. For instance, you can hide individual buttons used to scroll pages, specify whether to show separators and buttons that are temporarily disabled, etc.
See Also