DataGridCollectionViewCanGroup Property

Gets a value indicating whether this view supports grouping. When this returns false, the rest of the interface is ignored.

Definition

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

Property Value

Boolean

Implements

IDataGridCollectionViewCanGroup

See Also