TcxGridColumnHeaderHitTest Class
In This Article
Stores HitTest information about the column header located at the inspected point.
#Declaration
Delphi
TcxGridColumnHeaderHitTest = class(
TcxCustomGridColumnHitTest
)
#Remarks
The TcxGridColumnHeaderHitTest
class overrides the HitTestCode function to return the htColumnHeader
hit code if a column header is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxCustomGridColumnHitTest
TcxGridColumnHeaderHitTest
See Also