GridSummaryItemCollection.Add() Method
Creates a new total summary item and adds it to the end of the collection.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Returns
| Type | Description |
|---|---|
| GridSummaryItem | A GridSummaryItem object representing the new summary item. |
See Also