BindingList<T>.IBindingList.IsSorted 속성

정의

이 멤버에 대한 설명은 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

속성 값

ApplySort(ListSortDescriptionCollection)가 호출되고 RemoveSort()는 호출되지 않았으면 true이고, 그렇지 않으면 false입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, BindingList<T> 인스턴스가 IBindingList 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상