ListSortDescription.SortDirection プロパティ

定義

この ListSortDescription に関連付けられている並べ替え操作の方向を取得または設定します。

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

プロパティ値

ListSortDirection 値のいずれか 1 つ。

適用対象