IDataGridCollectionViewCanGroup Property

Gets a value that indicates whether this view supports grouping by way of the GroupDescriptions property.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
bool CanGroup { get; }

Return Value

Boolean
true if this view supports grouping; otherwise, false.

See Also