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

속성 값

true호출되고 호출 RemoveSort() 되지 않은 경우 ApplySort(ListSortDescriptionCollection) , 그렇지 않으면 false.

구현

설명

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

적용 대상