Skip to main content

TcxCustomGridColumnHitTest.ColumnContainerKind Field

Specifies a container for the inspected grid View column.

Declaration

ColumnContainerKind: TcxGridColumnContainerKind

Field Value

Type
TcxGridColumnContainerKind

Remarks

Options include:

Value Meaning
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 the column header of the 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.

The column is accessible via the Column property.

See Also