DataGridCollectionViewGroups Property

Gets the top-level groups, constructed according to the descriptions given in GroupDescriptions.

Definition

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

Property Value

IAvaloniaReadOnlyListObject

Implements

IDataGridCollectionViewGroups

See Also