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 值之一。

适用于