Skip to main content

GridSummaryItemCollection.Add() Method

Creates a new total summary item and adds it to the end of the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual GridSummaryItem Add()

Returns

Type Description
GridSummaryItem

A GridSummaryItem object representing the new summary item.

See Also