ListCollectionView.CanGroup Property

Definition

Gets a value that indicates whether the collection view supports grouping.

public:
 virtual property bool CanGroup { bool get(); };
public override bool CanGroup { get; }
member this.CanGroup : bool
Public Overrides ReadOnly Property CanGroup As Boolean

Property Value

true if the collection view supports grouping; otherwise, false.

Applies to