TcxGridCardRowExpandButtonHitTest Class
In This Article
Stores HitTest information about a category row‘s expand button located at the inspected point.
#Declaration
Delphi
TcxGridCardRowExpandButtonHitTest = class(
TcxGridRecordCellHitTest
)
#Remarks
The TcxGridCardRowExpandButtonHitTest
class overrides the HitTestCode function to return the htCardRowExpandButton
hit code if a category row’s expand button is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridRecordHitTest
TcxGridRecordCellHitTest
TcxGridCardRowExpandButtonHitTest
See Also