Skip to main content

TcxGridFilterCloseButtonHitTest Class

Stores HitTest information about the filter panel’s Close button located at the inspected point.

Declaration

TcxGridFilterCloseButtonHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

The TcxGridFilterCloseButtonHitTest class overrides the HitTestCode function to return the htFilterCloseButton hit code if the filter panel’s Close button is located at the inspected point.

Inheritance

See Also