Skip to main content

GridViewSettings.GroupSummarySortInfo Property

Enables sorting group rows by their summary values.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxGroupSummarySortInfoCollection GroupSummarySortInfo { get; }

Property Value

Type Description
ASPxGroupSummarySortInfoCollection

An ASPxGroupSummarySortInfoCollection collection which contains the information required to sort group rows by summary values.

Remarks

Use the GroupSummarySortInfo property to sort groups by their summary values. This property represents a collection of ASPxGroupSummarySortInfo objects that specify the nesting level of the group rows that are to be sorted by the summary values, the sort order and summary item used to calculate the summary values for groups of rows.

To sort group rows by summary values, you should create a new ASPxGroupSummarySortInfo object with the specified settings and add it to the GroupSummarySortInfo collection.

To cancel this sort, remove the corresponding ASPxGroupSummarySortInfo object from the collection.

See Also