ICollectionView.CanSort Property

Definition

Gets a value that indicates whether this view supports sorting via the SortDescriptions property.

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

Property Value

true if this view supports sorting; otherwise, false.

Applies to

See also