Share via


BindingList<T>.IBindingList.IsSorted Vlastnost

Definice

Popis tohoto člena najdete v tématu 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

Hodnota vlastnosti

true pokud ApplySort(ListSortDescriptionCollection) byla volána a RemoveSort() nebyla volána; jinak hodnota false.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že BindingList<T> je instance přetypovaná na IBindingList rozhraní.

Platí pro