IsGrouping Property
Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
bool IsGrouping { get; }
ReadOnly Property IsGrouping As Boolean
Get
abstract IsGrouping : bool with get
Return Value
Boolean
A collection of objects that describe how the items in the collection are grouped in the view.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace