BootstrapGridView.SettingsPager Property
Provides access to the Pager's settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewPagerSettings SettingsPager { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsPager As BootstrapGridViewPagerSettings
Property Value
Type | Description |
---|---|
BootstrapGridViewPagerSettings | A BootstrapGridViewPagerSettings object that contains the pager's settings. |
See Also
Feedback