BindingList<T>.SupportsSortingCore Özellik

Tanım

Listenin sıralamayı destekleyip desteklemediğini belirten bir değer alır.

protected:
 virtual property bool SupportsSortingCore { bool get(); };
protected virtual bool SupportsSortingCore { get; }
member this.SupportsSortingCore : bool
Protected Overridable ReadOnly Property SupportsSortingCore As Boolean

Özellik Değeri

true liste sıralamayı destekliyorsa; aksi takdirde , false. Varsayılan değer: false.

Açıklamalar

özelliği, SupportsSortingCore öğesinin BindingList<T> yöntemiyle sıralamayı ApplySortCore destekleyip desteklemediğini gösterir.

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

Şunlara uygulanır