Skip to main content
All docs
V26.1
  • BootstrapFABAction(String, String, String, String) Constructor

    Initializes a new instance of the BootstrapFABAction class with specified settings.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    public BootstrapFABAction(
        string contextName,
        string actionName,
        string text,
        string iconCssClass
    )

    Parameters

    Name Type Description
    contextName String

    A string value that specifies the action’s context name.

    actionName String

    A string value that specifies the action’s identifier.

    text String

    A string value that specifies the Floating Action Button’s text.

    iconCssClass String

    A string value that specifies the CSS class of the action’s icon.

    See Also