TcxGridIndicatorBandHeaderHitTest Class
In This Article
Contains the HitTest information about the band header indicator area located at the inspected point.
#Declaration
Delphi
TcxGridIndicatorBandHeaderHitTest = class(
TcxGridIndicatorHitTest
)
#Remarks
The TcxGridIndicatorBandHeaderHitTest
class overrides the HitTestCode function to return the htIndicatorBandHeader
hit code if the band header indicator area is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridIndicatorHitTest
TcxGridIndicatorBandHeaderHitTest
See Also