Skip to main content
A newer version of this page is available.
All docs
V19.1

GridSummaryItemCollection.Add(GridSummaryItem) Method

Adds the specified summary item to the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual int Add(
    GridSummaryItem item
)

Parameters

Name Type Description
item GridSummaryItem

A GridSummaryItem object (or descendant) to be added to the collection.

Returns

Type Description
Int32

A zero-based integer representing the new summary item’s position within the collection.

Remarks

You can use this method to add a predefined group summary item to the collection at runtime.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Add(GridSummaryItem) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also