GridColumnSummaryItemCollection(GridColumn) Constructor
Initializes a new instance of the GridColumnSummaryItemCollection class.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn object that will own the created collection. |
See Also