Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardRowCaptionHitTest.RowContainerKind Field

Specifies the container type for the inspected card row caption.

#Declaration

Delphi
RowContainerKind: TcxGridItemContainerKind

#Field Value

Type Description
TcxGridItemContainerKind

The container type for the inspected card row caption.

#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.

#Available Options

ckCustomizationForm
The card row caption is located in the Card View’s customization form.
ckRows
The card row caption is located within a card or the Card View.
ckNone
The card row caption is not within a Card View or its customization form.
See Also