SortDescription.Direction プロパティ

定義

昇順または降順のどちらで並べ替えるかを示す値を取得または設定します。

public:
 property System::ComponentModel::ListSortDirection Direction { System::ComponentModel::ListSortDirection get(); void set(System::ComponentModel::ListSortDirection value); };
public System.ComponentModel.ListSortDirection Direction { get; set; }
member this.Direction : System.ComponentModel.ListSortDirection with get, set
Public Property Direction As ListSortDirection

プロパティ値

昇順または降順のどちらで並べ替えるかを示す ListSortDirection 値。

適用対象