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

GridColumnSummaryItemCollection(GridColumn) Constructor

Initializes a new instance of the GridColumnSummaryItemCollection class.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridColumnSummaryItemCollection(
    GridColumn column
)

Parameters

Name Type Description
column GridColumn

A GridColumn object that will own the created collection.

See Also