Share via


BindingList<T>.SortDirectionCore Vlastnost

Definice

Získá směr řazení seznamu.

protected:
 virtual property System::ComponentModel::ListSortDirection SortDirectionCore { System::ComponentModel::ListSortDirection get(); };
protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get; }
member this.SortDirectionCore : System.ComponentModel.ListSortDirection
Protected Overridable ReadOnly Property SortDirectionCore As ListSortDirection

Hodnota vlastnosti

Jedna z ListSortDirection hodnot. Výchozí formát je Ascending.

Poznámky

Třída BindingList<T> neposkytuje základní implementaci řazení, takže SortDirectionCore ve výchozím nastavení vždy vrátí Ascending . Další informace o řazení najdete v ApplySort metodě.

Platí pro