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

GroupSummarySortInfo(GridSummaryItem, GridColumn) Constructor

Initializes a new instance of the GroupSummarySortInfo class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GroupSummarySortInfo(
    GridSummaryItem summaryItem,
    GridColumn groupColumn
)

Parameters

Name Type Description
summaryItem GridSummaryItem

A GridSummaryItem object which represents a summary item used to calculate summary values for groups of rows. This value is assigned to the GroupSummarySortInfo.SummaryItem property.

groupColumn GridColumn

A GridColumn object which defines the nesting level of the group whose rows will be sorted by the summary values. This value is assigned to the GroupSummarySortInfo.GroupColumn property.

See Also