BindingSource.SortDescriptions Egenskap

Definition

Hämtar samlingen med sorteringsbeskrivningar som tillämpas på datakällan.

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

Egenskapsvärde

Om datakällan är en IBindingListView, en ListSortDescriptionCollection som innehåller de sorteringsbeskrivningar som tillämpas på listan.

Implementeringar

Attribut

Kommentarer

Om listan inte är en IBindingListViewreturnerar den här egenskapen:

ListSortDescriptionCollection är en skrivskyddad samling.

Gäller för