DataGridHeaderBorder.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

适用于