Udostępnij za pośrednictwem


DataGridColumnHeader.SortDirection Właściwość

Definicja

Pobiera wartość wskazującą, czy DataGrid kolumna jest sortowana według skojarzonej kolumny i czy wartości kolumn są w kolejności rosnącej lub malejącej.

public:
 property Nullable<System::ComponentModel::ListSortDirection> SortDirection { Nullable<System::ComponentModel::ListSortDirection> get(); };
public System.ComponentModel.ListSortDirection? SortDirection { get; }
member this.SortDirection : Nullable<System.ComponentModel.ListSortDirection>
Public ReadOnly Property SortDirection As Nullable(Of ListSortDirection)

Wartość właściwości

Nullable<ListSortDirection>

Kierunek sortowania kolumny lub null niesortowany.

Dotyczy

Zobacz też