BindingSource.SortDirection Właściwość

Definicja

Pobiera kierunek sortowania elementów na liście.

public:
 virtual property System::ComponentModel::ListSortDirection SortDirection { System::ComponentModel::ListSortDirection get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.ComponentModel.ListSortDirection SortDirection { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SortDirection : System.ComponentModel.ListSortDirection
Public Overridable ReadOnly Property SortDirection As ListSortDirection

Wartość właściwości

ListSortDirection

ListSortDirection Jedna z wartości wskazujących kierunek sortowania listy.

Implementuje

Atrybuty

Uwagi

Jeśli lista bazowa nie jest wartością IBindingList, SortDirection właściwość zawsze zwróci wartość Ascending.

Dotyczy