FABActionItemCollection.Add(String, String, String) Method
Creates a new item with the specified settings and adds it to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string value that specifies the item’s name. |
| imageUrl | String | A string value that specifies the image’s URL. |
| text | String | A string value that specifies the item’s display text. |
See Also