BindingList<T>.SortDirectionCore Właściwość

Definicja

Pobiera kierunek sortowania listy.

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

Wartość właściwości

ListSortDirection Jedna z wartości. Wartość domyślna to Ascending.

Uwagi

Klasa BindingList<T> nie zapewnia podstawowej implementacji sortowania, więc SortDirectionCore zawsze zwraca Ascending domyślnie. Aby uzyskać więcej informacji na temat sortowania, zobacz metodę ApplySort .

Dotyczy