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

GridColumnSummaryItemCollection.Add(GridColumnSummaryItem) Method

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public int Add(
    GridColumnSummaryItem summaryItem
)

Parameters

Name Type
summaryItem GridColumnSummaryItem

Returns

Type
Int32
See Also