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