TcxCustomGridColumnHitTest Class
In This Article
Stores HitTest information about the column located at the inspected point.
#Declaration
Delphi
TcxCustomGridColumnHitTest = class(
TcxCustomGridViewHitTest
)
#Remarks
The TcxCustomGridColumnHitTest
class introduces Column and ColumnContainerKind properties that provide access to the grid View column and its container.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxCustomGridColumnHitTest
See Also