DataGridColumn.SortDirection Vlastnost

Definice

Získá nebo nastaví směr řazení (vzestupně nebo sestupně) sloupce.

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)

Hodnota vlastnosti

Hodnota, která představuje směr řazení. Zaregistrovaná výchozí hodnota je null. Informace o tom, co může hodnotu ovlivnit, najdete v tématu DependencyProperty.

Platí pro