DataGridCollectionViewCanGroup Property
Gets a value indicating whether this view supports grouping.
When this returns false, the rest of the interface is ignored.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool CanGroup { get; }
Public ReadOnly Property CanGroup As Boolean
Get
abstract CanGroup : bool with get
override CanGroup : bool with get
BooleanIDataGridCollectionViewCanGroup