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