Skip to main content
All docs
V25.2
  • GridColumnSummaryItemCollection.Add(GridColumnSummaryItem) Method

    Adds the specified summary item to the collection.

    Namespace: DevExpress.XtraGrid

    Assembly: DevExpress.XtraGrid.v25.2.dll

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

    Declaration

    public int Add(
        GridColumnSummaryItem summaryItem
    )

    Parameters

    Name Type Description
    summaryItem GridColumnSummaryItem

    A summary item.

    Returns

    Type Description
    Int32

    An integer value that specifies the position of the summary item within the collection.

    The following code snippets (auto-collected from DevExpress Examples) contain references to the Add(GridColumnSummaryItem) 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