ICollectionView.SortDescriptions Property

Definition

Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view.

public:
 property System::ComponentModel::SortDescriptionCollection ^ SortDescriptions { System::ComponentModel::SortDescriptionCollection ^ get(); };
public System.ComponentModel.SortDescriptionCollection SortDescriptions { get; }
member this.SortDescriptions : System.ComponentModel.SortDescriptionCollection
Public ReadOnly Property SortDescriptions As SortDescriptionCollection

Property Value

A collection of SortDescription objects that describe how the items in the collection are sorted in the view.

Applies to

See also