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

TcxGridHeaderHitTest Class

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

Declaration

TcxGridHeaderHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htHeader hit code if any of the following elements are located at the inspected point:

Inheritance

See Also