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

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

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    public BootstrapFABActionGroup(
        string contextName,
        BootstrapFABActionItemCollection items,
        string text,
        string expandIconCssClass
    )

    Parameters

    Name Type Description
    contextName String

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

    items DevExpress.Web.Bootstrap.BootstrapFABActionItemCollection

    A BootstrapFABActionItemCollection object that stores action items belonging to the action group.

    text String

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

    expandIconCssClass String

    A string value that specifies the name of the CSS class that stores the expand image settings.

    See Also