Skip to main content

GridColumnSummaryItemCollection.Add(GridColumnSummaryItem) Method

Adds the specified summary item to the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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