Skip to main content

BootstrapGridView.SettingsPager Property

Provides access to the Pager‘s settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewPagerSettings SettingsPager { get; }

Property Value

Type Description
BootstrapGridViewPagerSettings

A BootstrapGridViewPagerSettings object that contains the pager’s settings.

See Also