DataGridColumn.SortDirection Özellik

Tanım

Sütunun sıralama yönünü (artan veya azalan) alır veya ayarlar.

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)

Özellik Değeri

Nullable<ListSortDirection>

Sıralama yönünü temsil eden bir değer. Kayıtlı varsayılan değerdir null. Değeri nelerin etkilediği hakkında bilgi için bkz DependencyProperty. .

Şunlara uygulanır