ICollectionView.CanSort Proprietà

Definizione

Ottiene un valore che indica se questa visualizzazione supporta l'ordinamento tramite la proprietà SortDescriptions.

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

Valore della proprietà

true se la visualizzazione supporta l'ordinamento. In caso contrario, false.

Si applica a

Vedi anche