Groups 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)
- C#
- VB
- F#
public IAvaloniaReadOnlyList<Object> Groups { get; }
Public ReadOnly Property Groups As IAvaloniaReadOnlyList(Of Object)
Get
abstract Groups : IAvaloniaReadOnlyList<Object> with get
override Groups : IAvaloniaReadOnlyList<Object> with get