BindingList<T>.SortDirectionCore 속성

정의

목록이 정렬되는 방향을 가져옵니다.

protected:
 virtual property System::ComponentModel::ListSortDirection SortDirectionCore { System::ComponentModel::ListSortDirection get(); };
protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get; }
member this.SortDirectionCore : System.ComponentModel.ListSortDirection
Protected Overridable ReadOnly Property SortDirectionCore As ListSortDirection

속성 값

ListSortDirection 값 중 하나입니다. 기본값은 Ascending입니다.

설명

클래스는 BindingList<T> 정렬의 기본 구현을 제공하지 않으므로 SortDirectionCore 항상 기본적으로 를 반환 Ascending 합니다. 정렬에 대한 자세한 내용은 메서드를 참조하세요 ApplySort .

적용 대상