IBindingList.IsSorted 속성

정의

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

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

속성 값

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

예외

설명

가 이면 SupportsSortingtrue이 속성이 지원되고, 그렇지 않으면 이 속성이 을 NotSupportedExceptionthrow합니다.

를 반환true하면 IsSorted 항목이 정렬 순서대로 추가되거나 제거됩니다.

적용 대상