다음을 통해 공유


DataGridColumnHeader.SortDirection 속성

정의

연결된 열을 기준으로 DataGrid가 정렬되는지 여부와 열 값이 오름차순인지 또는 내림차순인지를 나타내는 값을 가져옵니다.

public:
 property Nullable<System::ComponentModel::ListSortDirection> SortDirection { Nullable<System::ComponentModel::ListSortDirection> get(); };
public System.ComponentModel.ListSortDirection? SortDirection { get; }
member this.SortDirection : Nullable<System.ComponentModel.ListSortDirection>
Public ReadOnly Property SortDirection As Nullable(Of ListSortDirection)

속성 값

Nullable<ListSortDirection>

열의 정렬 방향이거나, 정렬되지 않으면 null입니다.

적용 대상

추가 정보