Skip to main content

BootstrapButton.SettingsBootstrap Property

Provides access to the BootstrapButton‘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 BootstrapButtonBootstrapSpecificSettings SettingsBootstrap { get; }

Property Value

Type Description
BootstrapButtonBootstrapSpecificSettings

A BootstrapButtonBootstrapSpecificSettings object containing Bootstrap-specific settings.

See Also