CanGroup 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)
- C#
- VB
- F#
bool CanGroup { get; }
ReadOnly Property CanGroup As Boolean
Get
abstract CanGroup : bool with get
Return Value
Boolean
true if this view supports grouping; otherwise, false.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace