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.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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