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

BootstrapPager.SettingsBootstrap Property

Provides access to the BootstrapPager‘s rendering settings affecting features specific to the Bootstrap framework.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPagerBootstrapSpecificSettings SettingsBootstrap { get; }

Property Value

Type Description
BootstrapPagerBootstrapSpecificSettings

A BootstrapPagerBootstrapSpecificSettings object containing Bootstrap-specific settings.

See Also