GridColumnSummaryItemCollection.Add(GridColumnSummaryItem) Method
Adds the specified summary item to the collection.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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