TcxCustomGridColumnHitTest.ColumnContainerKind Field
In This Article
Returns the inspected column‘s container.
#Declaration
Delphi
ColumnContainerKind: TcxGridColumnContainerKind
#Field Value
Type | Description |
---|---|
Tcx |
The inspected column’s container type. |
#Remarks
Options include:
Value | Description |
---|---|
ck |
The column is located in the grid View’s customization form. |
ck |
The column is located in the grid View’s footer panel. |
ck |
The column is located in a column header of a grid View. |
ck |
The column is located in the grid View’s Group By box. |
ck |
The column is located in none of the above containers. |
See Also