Share via


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 值,指出是否要以遞增或遞減順序排序。

適用於