BindingList<T>.SortDirectionCore Свойство

Определение

Возвращает направление сортировки списка.

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

Значение свойства

Одно из значений перечисления ListSortDirection. Значение по умолчанию — Ascending.

Комментарии

Класс BindingList<T> не предоставляет базовую реализацию сортировки, поэтому SortDirectionCore всегда возвращается Ascending по умолчанию. Дополнительные сведения о сортировке см. в методе ApplySort .

Применяется к