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 值,指示是按升序还是降序进行排序。

适用于