FABActionGroup.Items Property
In This Article
Gets the collection of items in the action group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FABActionItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
FABAction |
A FABAction |
See Also