BootstrapFABActionItem.SettingsBootstrap Property
Specifies Bootstrap-specific styles and settings that can be applied to the Action Item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.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