Skip to main content

TcxGridCardRowCaptionHitTest Class

Contains the HitTest information about the card row caption located at the inspected point.

Declaration

TcxGridCardRowCaptionHitTest = class(
    TcxGridCardRowCellHitTest
)

Remarks

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.

See Also