BindingListCollectionView.CanSort Property

Definition

Gets a value that indicates whether the collection supports sorting.

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

Property Value

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

Applies to