Skip to main content

TcxGridGroupFooterCellHitTest Class

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

Declaration

TcxGridGroupFooterCellHitTest = class(
    TcxGridFooterCellHitTest
)

Remarks

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

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

See Also