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

GridColumnSummaryItemCollection.Add() Method

Adds a new empty item to the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridColumnSummaryItem Add()

Returns

Type Description
GridColumnSummaryItem

A new GridColumnSummaryItem object that has been added to the collection.

Remarks

This method sets the following properties as follows:

See Also