ICollectionView.CanSort Proprietà

Definizione

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

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 questa vista supporta l'ordinamento; in caso contrario, false.

Si applica a

Vedi anche