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 用來表示是要依升排序還是降序排序的值。

適用於