ASPxGroupSummarySortInfo(String, ASPxSummaryItem, ColumnSortOrder) Constructor
Initializes a new instance of the ASPxGroupSummarySortInfo class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxGroupSummarySortInfo(
string groupColumn,
ASPxSummaryItem groupSummary,
ColumnSortOrder sortOrder
)
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. |
| sortOrder | ColumnSortOrder | A ColumnSortOrder enumeration value that specifies the sort order. This value is assigned to the ASPxGroupSummarySortInfo.SortOrder property. |
See Also