Skip to main content
All docs
V26.1
  • 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.v26.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