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

TcxGridGroupFooterHitTest Class

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

Declaration

TcxGridGroupFooterHitTest = class(
    TcxGridFooterHitTest
)

Remarks

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

Refer to the Summaries topic for information on displaying data within group footers.

See Also