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

TcxGridCardRowCoordinates Record

In This Article

Contains information on the card row’s position in a card, in row-and-column coordinates.

#Declaration

Delphi
TcxGridCardRowCoordinates = record

#Remarks

The ColIndex field specifies the layer‘s index position in a card, if the View’s RowLayout property is set to rlVertical, or the card row’s index position in a layer, if the View’s RowLayout property is set to rlHorizontal.

The RowIndex field specifies the card row’s index position in a layer, if the View’s RowLayout property is set to rlVertical, or the layer’s index position in a card, if the View’s RowLayout property is set to rlHorizontal.

See Also