Skip to main content
Tab

FABActionGroup.Items Property

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
FABActionItemCollection

A FABActionItemCollection instance representing the collection of items in the action group.

See Also