Skip to main content
All docs
V26.1
  • BootstrapFABActionGroup(String, BootstrapFABActionItemCollection) 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
    )

    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.

    See Also