BindingListCollectionView.CanGroup Property

Definition

Gets a value that indicates whether the 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

For a default instance of BindingListCollectionView this property always returns true.

Applies to