Skip to main content

BootstrapRadioButton.SettingsBootstrap Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapCheckboxAndRadioBootstrapSpecificSettings

A BootstrapCheckboxAndRadioBootstrapSpecificSettings object containing Bootstrap-specific settings.

See Also