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

BootstrapFABActionBase.SettingsBootstrap Property

Specifies Bootstrap-specific styles and settings that can be applied to the Floating Action Button.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapFABActionBootstrapSpecificSettings

A BootstrapFABActionBootstrapSpecificSettings object that defines Bootstrap-specific styles and settings.

See Also