Skip to main content
A newer version of this page is available. .
Tab

ASPxGroupSummarySortInfo(String, ASPxSummaryItem, ColumnSortOrder) Constructor

Initializes a new instance of the ASPxGroupSummarySortInfo class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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