IBindingList.SupportsSorting 속성

정의

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

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

속성 값

Boolean

목록에서 정렬 기능을 지원하면 true이고, 그렇지 않으면 false입니다.

설명

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

적용 대상