DataGridColumn::SortDirection Property
.NET Framework (current version)
Gets or sets the sort direction (ascending or descending) of the column.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property Nullable<ListSortDirection> SortDirection { Nullable<ListSortDirection> get(); void set(Nullable<ListSortDirection> value); }
Property Value
Type: System::Nullable<ListSortDirection>A value that represents the direction for sorting. The registered default is null. For information about what can influence the value, see DependencyProperty.
.NET Framework
Available since 4.0
Available since 4.0
Show: