ASPxGroupSummarySortInfo(String, ASPxSummaryItem) Constructor
Initializes a new instance of the ASPxGroupSummarySortInfo class with the specified grouped column and summary item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
groupColumn | String | A string value that identifies the grouped column by its field name. This value is assigned to the ASPxGroupSummarySortInfo.GroupColumn property. |
groupSummary | ASPxSummaryItem | An ASPxSummaryItem object that represents the summary item used to calculate summary values for groups of rows. This value is assigned to the ASPxGroupSummarySortInfo.SummaryItem property. |
See Also