Skip to main content

GridColumnSummaryItem(SummaryItemType) Constructor

Initializes a new GridColumnSummaryItem class instance with the specified summary type.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridColumnSummaryItem(
    SummaryItemType summaryType
)

Parameters

Name Type Description
summaryType SummaryItemType

A SummaryItemType value that specifies a summary’s summary type. This parameter initializes the GridSummaryItem.SummaryType property.

Remarks

This constructor sets the following properties as follows:

See Also