TcxGridCardRowIndentHitTest Class
Stores HitTest information about a category row‘s child indent located at the inspected point.
Declaration
TcxGridCardRowIndentHitTest = class(
TcxGridRecordCellHitTest
)
Remarks
The TcxGridCardRowIndentHitTest
class overrides the HitTestCode function to return the htCardRowIndent
hit code if a category row’s child indent is located at the inspected point.
Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridRecordHitTest
TcxGridRecordCellHitTest
TcxGridCardRowIndentHitTest
See Also