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

GroupSummarySortInfoCollection.Add(GridSummaryItem, ColumnSortOrder) Method

Initializes a new instance of the GroupSummarySortInfo class with the specified sort order and appends it to the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GroupSummarySortInfo Add(
    GridSummaryItem summary,
    ColumnSortOrder sortOrder
)

Parameters

Name Type Description
summary GridSummaryItem

A GridSummaryItem object representing a summary item used to calculate summary values for groups of rows. If null (Nothing in Visual Basic) an exception is raised.

sortOrder ColumnSortOrder

A ColumnSortOrder enumeration value specifying the sort order.

Returns

Type Description
GroupSummarySortInfo

The GroupSummarySortInfo object added to the collection. null (Nothing in Visual Basic) if the View is not grouped.

See Also