IBindingList.IsSorted 속성

정의

목록의 항목이 정렬되는지 여부를 가져옵니다.

public:
 property bool IsSorted { bool get(); };
public bool IsSorted { get; }
member this.IsSorted : bool
Public ReadOnly Property IsSorted As Boolean

속성 값

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

예외

설명

이 속성은 지원됩니다(true있는 경우SupportsSorting). 그렇지 않으면 이 속성이 을 throw합니다NotSupportedException.

반환true되는 경우 IsSorted 항목이 정렬 순서대로 추가되거나 제거됩니다.

적용 대상