Skip to main content

DataViewSettings.PagerSettings Property

Gets the Pager‘s settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxDataViewPagerSettings PagerSettings { get; }

Property Value

Type Description
MVCxDataViewPagerSettings

A MVCxDataViewPagerSettings object containing the pager’s settings.

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