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

BootstrapCheckBox.SettingsBootstrap Property

Provides access to the BootstrapCheckBox control’s rendering settings affecting features specific to the Bootstrap framework.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapCheckboxAndRadioBootstrapSpecificSettings

A BootstrapCheckboxAndRadioBootstrapSpecificSettings object containing Bootstrap-specific settings.

See Also