BindingSource.SortDescriptions Vlastnost

Definice

Získá kolekci popisů řazení použitých ve zdroji 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 , ListSortDescriptionCollection obsahuje popisy řazení použité v seznamu.

Implementuje

Atributy

Poznámky

Pokud seznam není IBindingListView, vrátí tato vlastnost:

Jedná se ListSortDescriptionCollection o kolekci určenou jen pro čtení.

Platí pro