BindingSource.SortDirection Tulajdonság

Definíció

Lekérdezi a lista elemeinek rendezésének irányát.

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

Tulajdonság értéke

ListSortDirection A lista rendezésének irányát jelző értékek egyike.

Megvalósítás

Attribútumok

Megjegyzések

Ha az alapul szolgáló lista nem egy IBindingList, a tulajdonság mindig visszaadjaSortDirection.Ascending

A következőre érvényes: