Skip to main content

TcxGridCardRowCaptionHitTest.RowContainerKind Field

Specifies the container for the inspected card row caption.

Declaration

RowContainerKind: TcxGridItemContainerKind

Field Value

Type
TcxGridItemContainerKind

Remarks

The RowContainerKind property specifies the container for the card row caption at the Card View‘s point being inspected (i.e., where the card row caption is located). The grid item which corresponds to the card row whose caption is being inspected is accessible via the Item property. The table below lists all the possible values for the RowContainerKind property.

Value Meaning
ckCustomizationForm The card row caption is located in the Card View’s customization form.
ckRows The card row caption is located within a card of the Card View.
ckNone The card row caption is located in none of the above containers.
See Also