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