vcl-cxgridcardview-c34f1bb4.md
Contains information on the card row’s position in a card, in row-and-column coordinates.
TcxGridCardRowCoordinates = record
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
TcxGridCardViewRowLayoutController.GetCoordinates
TcxGridCardViewRowLayoutController.SetCoordinates
TcxGridCardViewRowPosition.ColIndex
TcxGridCardViewRowPosition.RowIndex