BootstrapGridView.SettingsPager Property
Provides access to the Pager‘s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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