Skip to main content
Tab

ASPxGridView.SettingsPager Property

Provides access to the Pager‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewPagerSettings SettingsPager { get; }

Property Value

Type Description
ASPxGridViewPagerSettings

An ASPxGridViewPagerSettings object that contains the pager’s settings.

See Also