Skip to main content
A newer version of this page is available. .

BootstrapGridView.SettingsPager Property

Provides access to the Pager‘s settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapGridViewPagerSettings

A BootstrapGridViewPagerSettings object that contains the pager’s settings.

See Also