Skip to main content
All docs
V25.1
  • GridColumnSummaryItem(SummaryItemType, SummaryMode) Constructor

    Initializes a new instance of the GridColumnSummaryItem class with specified settings.

    Namespace: DevExpress.XtraGrid

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public GridColumnSummaryItem(
        SummaryItemType summaryType,
        SummaryMode mode
    )

    Parameters

    Name Type
    summaryType SummaryItemType
    mode SummaryMode
    See Also