Skip to main content

GridColumnSummaryItem(SummaryItemType, SummaryMode) Constructor

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.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