TcxGridIndicatorHeaderHitTest Class
In This Article
Stores HitTest information about the column header indicator located at the inspected point.
#Declaration
Delphi
TcxGridIndicatorHeaderHitTest = class(
TcxGridIndicatorHitTest
)
#Remarks
The TcxGridIndicatorHeaderHitTest
class overrides the HitTestCode method to return the htIndicatorHeader
hit code if the column header indicator is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridIndicatorHitTest
TcxGridIndicatorHeaderHitTest
See Also