BindingSource.SortDirection Vlastnost

Definice

Získá směr řazení položek v seznamu.

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

Hodnota vlastnosti

Jedna z ListSortDirection hodnot označujících směr seznamu je seřazený.

Implementuje

Atributy

Poznámky

Pokud podkladový seznam není IBindingList, SortDirection vrátí vlastnost vždy Ascendinghodnotu .

Platí pro