Skip to main content
A newer version of this page is available. .

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