Back to Devexpress

TcxGridFilterDropDownButtonHitTest Class

vcl-cxgridcustomtableview-b51beb49.md

latest1.0 KB
Original Source

TcxGridFilterDropDownButtonHitTest Class

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

Declaration

delphi
TcxGridFilterDropDownButtonHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

The TcxGridFilterDropDownButtonHitTest class overrides the HitTestCode function 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

TcxGridFilterDropDownButtonHitTest Members

cxGridCustomTableView Unit