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 es si ApplySort(ListSortDescriptionCollection) se ha llamado a y RemoveSort() no se ha llamado a ; de lo contrario, falsees .

Implementaciones

Comentarios

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

Se aplica a