TcxGridGroupByBoxHitTest Class
In This Article
Stores HitTest information about the Group By box located at the inspected point.
#Declaration
Delphi
TcxGridGroupByBoxHitTest = class(
TcxCustomGridViewHitTest
)
#Remarks
The TcxGridGroupByBoxHitTest
class overrides the HitTestCode function to return the htGroupByBox
hit code if the Group By box is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridGroupByBoxHitTest
See Also