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

TcxGridFooterHitTest Class

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

Declaration

TcxGridFooterHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

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

Inheritance

See Also