共用方式為


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

適用於