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 provides general information for the card row caption within the Card View which is located at the inspected point. This class introduces the RowContainerKind field which specifies the container for the inspected card row caption and also designates the hit code (which is equal to htRowCaption) 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