Skip to main content

TcxGridColumnHeaderFilterButtonHitTest Class

Contains the HitTest information about a column header‘s filter dropdown button located at the inspected point.

Declaration

TcxGridColumnHeaderFilterButtonHitTest = class(
    TcxCustomGridColumnHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htColumnHeaderFilterButton hit code if a column header’s filter dropdown button is located at the inspected point.

The corresponding column and View can be accessed using the Column and GridView properties, respectively.

Inheritance

See Also