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

    Adds the specified summary item to the collection.

    Namespace: DevExpress.XtraGrid

    Assembly: DevExpress.XtraGrid.v25.1.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.

    See Also