Skip to main content

GridColumnSummaryItemCollection.Add(GridColumnSummaryItem) Method

Adds the specified summary item to the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

public int Add(
    GridColumnSummaryItem summaryItem
)

Parameters

Name Type Description
summaryItem GridColumnSummaryItem

A summary item.

Returns

Type Description
Int32

An integer value that specifies the position of the summary item within the collection.

See Also