BootstrapCardView.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 BootstrapCardViewPagerSettings SettingsPager { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsPager As BootstrapCardViewPagerSettings
Property Value
Type | Description |
---|---|
BootstrapCardViewPagerSettings | An BootstrapCardViewPagerSettings object that contains the pager's settings. |
See Also
Feedback