Back to Devexpress

GridColumnSummaryItemCollection.Add() Method

windowsforms-devexpress-dot-xtragrid-dot-gridcolumnsummaryitemcollection-6d954ff4.md

latest1.9 KB
Original Source

GridColumnSummaryItemCollection.Add() Method

Adds a new empty item to the collection.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridColumnSummaryItem Add()
vb
Public Function Add As GridColumnSummaryItem

Returns

TypeDescription
GridColumnSummaryItem

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

|

Remarks

This method sets the following properties as follows:

See Also

GridColumnSummaryItem

GridColumnSummaryItemCollection Class

GridColumnSummaryItemCollection Members

DevExpress.XtraGrid Namespace