BindingList<T>.IBindingList.IsSorted Vlastnost

Definice

Popis tohoto člena naleznete 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 byla-li ApplySort(ListSortDescriptionCollection) volána a RemoveSort() nebyla volána; falsev opačném případě .

Implementuje

Poznámky

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

Platí pro