GroupDescription.SortDescriptions Property

Definition

Gets the collection of sort criteria in which to sort the groups.

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

The collection of sort criteria in which to sort the groups.

Applies to