Skip to main content

TcxGridGroupSummaryHitTest Class

Contains the HitTest information about the group summary located at the inspected point.

Declaration

TcxGridGroupSummaryHitTest = class(
    TcxGridRecordHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htGroupSummary hit code if a group summary is located at the inspected point.

See Also