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

TcxGridFilterDropDownButtonHitTest Class

Contains the HitTest information about the filter panel‘s filter MRU list button located at the inspected point.

Declaration

TcxGridFilterDropDownButtonHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

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

Inheritance

TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridFilterDropDownButtonHitTest
See Also