Skip to main content
All docs
V26.1
  • BootstrapFABActionCollection.Add(String, BootstrapFABActionItemCollection) Method

    Adds several actions to the collection and specifies the actions’ context name.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    public void Add(
        string contextName,
        BootstrapFABActionItemCollection actions
    )

    Parameters

    Name Type Description
    contextName String

    A string value that specifies the context name.

    actions DevExpress.Web.Bootstrap.BootstrapFABActionItemCollection

    A BootstrapFABActionItemCollection object that stores actions to be added.

    See Also