BindingSource.SortDescriptions Vlastnost

Definice

Získá kolekci popisů řazení použitých na zdroj dat.

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

Hodnota vlastnosti

Pokud je IBindingListViewzdrojem dat , a ListSortDescriptionCollection obsahující popisy řazení použité na seznam.

Implementuje

Atributy

Poznámky

Pokud seznam není , IBindingListViewvrátí tato vlastnost:

Je ListSortDescriptionCollection kolekce jen pro čtení.

Platí pro