IBindingList.SupportsSorting Özellik

Tanım

Listenin sıralamayı destekleyip desteklemediğini alır.

public:
 property bool SupportsSorting { bool get(); };
public bool SupportsSorting { get; }
member this.SupportsSorting : bool
Public ReadOnly Property SupportsSorting As Boolean

Özellik Değeri

true liste sıralamayı destekliyorsa; aksi takdirde , false.

Açıklamalar

Bu özellik ise true, IsSorted, SortProperty, SortDirection, ApplySortve RemoveSort desteklenir.

Şunlara uygulanır