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

GroupSummarySortInfo(GridSummaryItem, GridColumn, ColumnSortOrder) Constructor

Initializes a new instance of the GroupSummarySortInfo class with the specified sort order.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GroupSummarySortInfo(
    GridSummaryItem summaryItem,
    GridColumn groupColumn,
    ColumnSortOrder sortOrder
)

Parameters

Name Type Description
summaryItem GridSummaryItem

A GridSummaryItem object that 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.

sortOrder ColumnSortOrder

A ColumnSortOrder enumeration value specifying the sort order. This value is assigned to the GroupSummarySortInfo.SortOrder property.

See Also