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

Definicja

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

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

Wartość właściwości

true jeśli ApplySort(ListSortDescriptionCollection) została wywołana i RemoveSort() nie została wywołana; 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