Skip to main content
A newer version of this page is available. .

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.v19.2.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