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

GridSummaryItemCollection.Add() Method

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual GridSummaryItem Add()

Returns

Type Description
GridSummaryItem

A GridSummaryItem object representing the new summary item.

See Also