Skip to main content

TcxCustomGridColumnHitTest.ColumnContainerKind Field

Returns the inspected column‘s container.

Declaration

ColumnContainerKind: TcxGridColumnContainerKind

Field Value

Type Description
TcxGridColumnContainerKind

The inspected column’s container type.

Remarks

Options include:

Value Description
ckCustomizationForm The column is located in the grid View’s customization form.
ckFooter The column is located in the grid View’s footer panel.
ckHeader The column is located in a column header of a grid View.
ckGroupByBox The column is located in the grid View’s Group By box.
ckNone The column is located in none of the above containers.
See Also