vcl-cxgridcardview-cb6e6299.md
Contains the HitTest information about the card row caption located at the inspected point.
TcxGridCardRowCaptionHitTest = class(
TcxGridCardRowCellHitTest
)
The TcxGridCardRowCaptionHitTest class stores general information on the card row caption in a Card View located at the inspected point. This class introduces the RowContainerKind field that specifies the container for the inspected card row caption and also designates the hit code of this card row caption. Use the Item and GridRecord properties to access members of the grid item and record that correspond to the card row whose caption is being inspected.
TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridRecordHitTest TcxGridRecordCellHitTest TcxGridCardRowCellHitTest TcxGridCardRowCaptionHitTest
See Also