DataGridColumn.SortDirection Propiedad

Definición

Obtiene o establece la dirección de ordenación (ascendente o descendente) de la columna.

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)

Valor de propiedad

Un valor que representa la dirección de ordenación. El valor predeterminado registrado es null. Para obtener información sobre lo que puede afectar al valor, vea DependencyProperty.

Se aplica a