IDataGridCollectionViewIsGrouping 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) Version: 11.3.999
bool IsGrouping { get; }

Return Value

Boolean
A collection of objects that describe how the items in the collection are grouped in the view.

See Also