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