TcxGridCardRowCaptionHitTest.RowContainerKind Field
Specifies the container type for the inspected card row caption.
Declaration
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