Skip to main content

BootstrapCardView.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 BootstrapCardViewPagerSettings SettingsPager { get; }

Property Value

Type Description
BootstrapCardViewPagerSettings

An BootstrapCardViewPagerSettings object that contains the pager’s settings.

See Also