BindingList<T>.IBindingList.SupportsSorting Właściwość

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz SupportsSorting.

property bool System::ComponentModel::IBindingList::SupportsSorting { bool get(); };
bool System.ComponentModel.IBindingList.SupportsSorting { get; }
member this.System.ComponentModel.IBindingList.SupportsSorting : bool
 ReadOnly Property SupportsSorting As Boolean Implements IBindingList.SupportsSorting

Wartość właściwości

true jeśli lista obsługuje sortowanie; w przeciwnym razie , false.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy BindingList<T> wystąpienie jest rzutowanie do interfejsu IBindingList .

Dotyczy