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)

プロパティ値

列の並べ替えの方向。並べ替えられていない場合は null

適用対象

こちらもご覧ください