Skip to main content

TcxGridFilterHitTest Class

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

Declaration

TcxGridFilterHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

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

Inheritance

See Also