FABActionGroup.Items Property
Gets the collection of items in the action group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FABActionItemCollection Items { get; }
Public ReadOnly Property Items As FABActionItemCollection
Property Value
Type | Description |
---|---|
FABActionItemCollection | A FABActionItemCollection instance representing the collection of items in the action group. |
Available values:
Name | Description |
---|---|
Add(String, String, String) | Creates a new item with the specified settings and adds it to the collection. |
Add(String, String) | Creates a new item with the specified settings and adds it to the collection. |
Add(String) | Creates a new item with the specified settings and adds it to the collection. |
FABActionItemCollection(IWebControlObject) | Initializes a new instance of the FABActionItemCollection class. |
FABActionItemCollection() | Initializes a new instance of the FABActionItemCollection class. |
See Also
Feedback