TcxGridFilterActivateButtonHitTest Class
In This Article
Stores HitTest information about the filter panel’s activation button located at the inspected point.
#Declaration
Delphi
TcxGridFilterActivateButtonHitTest = class(
TcxCustomGridViewHitTest
)
#Remarks
The TcxGridFilterActivateButtonHitTest
class overrides the HitTestCode function to return the htFilterActivateButton
hit code if the filter activation button is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridFilterActivateButtonHitTest
See Also