IDataGridCollectionViewGroups Property
Gets the top-level groups.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
IAvaloniaReadOnlyList<Object> Groups { get; }
ReadOnly Property Groups As IAvaloniaReadOnlyList(Of Object)
Get
abstract Groups : IAvaloniaReadOnlyList<Object> with get
Return Value
IAvaloniaReadOnlyListObjectA read-only collection of the top-level groups or null if there are no groups.