ICollectionView.CanSort Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob diese Ansicht das Sortieren mit der SortDescriptions-Eigenschaft unterstützt.

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

Eigenschaftswert

true, wenn diese Ansicht das Sortieren unterstützt, andernfalls false.

Gilt für:

Weitere Informationen