Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridColumnHitTest.ColumnContainerKind Field

Returns the inspected column‘s container.

#Declaration

Delphi
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