IDataGridCollectionViewGroups Property

Gets the top-level groups.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
IAvaloniaReadOnlyList<Object> Groups { get; }

Return Value

IAvaloniaReadOnlyListObject
A read-only collection of the top-level groups or null if there are no groups.

See Also