DataGridColumn.SortDirection プロパティ

定義

列の並べ替え方向 (昇順または降順) を取得または設定します。

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

プロパティ値

並べ替えの方向を表す値。 登録済みの既定値は null です。 この値が何に影響されるかについては、DependencyProperty のトピックを参照してください。

適用対象