Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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