Sdílet prostřednictvím


BindingSource.SortDirection Vlastnost

Definice

Získá směr položky v seznamu jsou seřazeny.

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 řazení seznamu.

Implementuje

Atributy

Poznámky

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

Platí pro