DataGridHeaderBorder.SortDirection Property

Definition

Gets or sets the header sort direction.

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)

Property Value

One of the enumeration values that indicates which direction the column is sorted. The registered default is null. For more information about what can influence the value, see DependencyProperty.

Applies to