FABActionCollection.Add(String, String) Method
Creates a new item with the specified settings and adds it to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
contextName | String | A string value that specifies the action item’s context name. |
actionName | String | A string value that specifies the action item’s name. |
See Also