Skip to main content
A newer version of this page is available. .

GridColumnSummaryItem(SummaryItemType) Constructor

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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