TcxGridFilterDropDownButtonHitTest Class
In This Article
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