| Name | Type | Description |
|---|---|---|
| configurator | (cellConfigurator: cpr.controls.gridpart.config.GridHeaderCellConfigurator)=>Void | The control to be connected to the cell. |
| constraint | { rowIndex: Number, colIndex: Number, rowSpan?: Number, colSpan?: Number } | cell location information |
| type | (cellConfigurator: cpr.controls.gridpart.config.GridHeaderCellConfigurator)=>Void |
|---|---|
|
The control to be connected to the cell.
|
| declaring type | GridCellConfig |
|---|---|
| type | { rowIndex: Number, colIndex: Number, rowSpan?: Number, colSpan?: Number } |
|
cell location information
|