Groups Property
Gets the top-level groups.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
IAvaloniaReadOnlyList<Object> Groups { get; }
ReadOnly Property Groups As IAvaloniaReadOnlyList(Of Object)
Get
abstract Groups : IAvaloniaReadOnlyList<Object> with get
Return Value
IAvaloniaReadOnlyList(Object)
A read-only collection of the top-level groups or null if there are no groups.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace