Skip to main content
A newer version of this page is available. .
Tab

FABActionGroup.Items Property

Gets the collection of items in the action group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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