Skip to main content

GridColumnSummaryItemCollection.Add() Method

Adds a new empty item to the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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