Skip to main content
All docs
V26.1
  • BootstrapFloatingActionButtonRenderOption Enum

    Lists specific Bootstrap styles that can be applied to the Floating Action Button.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    public enum BootstrapFloatingActionButtonRenderOption

    Members

    Name Description
    Default

    Default. A control renders with its default styles.

    Primary

    The primary style is applied to a control.

    Secondary

    The secondary style is applied to a control.

    Success

    The success style is applied to a control.

    Info

    The info style is applied to a control.

    Warning

    The warning style is applied to a control.

    Danger

    The danger style is applied to a control.

    Light

    The light style is applied to a control.

    Dark

    The dark style is applied to a control.

    Related API Members

    The following properties accept/return BootstrapFloatingActionButtonRenderOption values:

    Remarks

    BootstrapFAB_RenderOption

    See Also