IBindingList.SupportsSorting 속성

정의

목록에서 정렬을 지원하는지 여부를 가져옵니다.

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

속성 값

true목록에서 정렬을 지원하는 경우 그렇지 않으면 . false

설명

이 속성이 true,, IsSorted, SortProperty, SortDirectionApplySortRemoveSort 지원되는 경우

적용 대상