BootstrapFABActionCollection.Add(String, String) Method
Adds a new action to the collection and specifies the action’s identifier and 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. |
| actionName | String | A string value that specifies the action identifier. |
See Also