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.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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