Skip to main content

GroupSummarySortInfo(GridSummaryItem, GridColumn) Constructor

Initializes a new instance of the GroupSummarySortInfo class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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