Back to Devexpress

GridSummaryItemCollection.Add() Method

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitemcollection-4522c1ff.md

latest1.6 KB
Original Source

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

csharp
public virtual GridSummaryItem Add()
vb
Public Overridable Function Add As GridSummaryItem

Returns

TypeDescription
GridSummaryItem

A GridSummaryItem object representing the new summary item.

|

See Also

AddRange(GridSummaryItem[])

Remove(GridSummaryItem)

GridSummaryItemCollection Class

GridSummaryItemCollection Members

DevExpress.XtraGrid Namespace