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, SortDirection, ApplySortRemoveSort 가 지원됩니다.

적용 대상