BindingList<T>.SortDirectionCore Özellik

Tanım

Listenin sıralandığı yönü alır.

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

Özellik Değeri

Değerlerden ListSortDirection biri. Varsayılan değer: Ascending.

Açıklamalar

BindingList<T> sınıfı, sıralamanın temel bir uygulamasını sağlamaz, bu nedenle SortDirectionCore her zaman varsayılan olarak döndürürAscending. Sıralama hakkında daha fazla bilgi için yöntemine ApplySort bakın.

Şunlara uygulanır