TcxGridGroupSummaryHitTest Class
In This Article
Contains HitTest information about the group summary located at the inspected point.
#Declaration
Delphi
TcxGridGroupSummaryHitTest = class(
TcxGridRecordHitTest
)
#Remarks
The TcxGridGroupSummaryHitTest
class overrides the HitTestCode method to return the htGroupSummary
hit code if a group summary is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridRecordHitTest
TcxGridGroupSummaryHitTest
See Also