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

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

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    public BootstrapFABActionItem(
        string actionName,
        string iconCssClass,
        string text
    )

    Parameters

    Name Type Description
    actionName String

    A string value that specifies the action item identifier.

    iconCssClass String

    A string value that specifies the name of the CSS class that stores the action item’s image settings.

    text String

    A string value that specifies the action item text.

    See Also