BindingList<T>.IBindingList.IsSorted Propiedad

Definición

Para obtener una descripción de este miembro, vea 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

Valor de propiedad

true si se ha llamado a ApplySort(ListSortDescriptionCollection) y no se ha llamado a RemoveSort(); en caso contrario, false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de BindingList<T> se convierte en una interfaz IBindingList.

Se aplica a