DataGridColumn.SortDirection 属性

定义

获取或设置列的排序方向(升序或降序)。

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

属性值

一个表示排序方向的值。 已注册的默认值为 null。 有关可能影响该值的因素的信息,请参见 DependencyProperty

适用于