CanGroup 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)
- C#
- VB
- F#
public bool CanGroup { get; }
Public ReadOnly Property CanGroup As Boolean
Get
abstract CanGroup : bool with get
override CanGroup : bool with get