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