GroupDescription.SortDescriptions 属性

定义

获取要按照其对组进行排序的排序条件集合。

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

属性值

要按照其对组进行排序的排序条件集合。

适用于