TcxGridCardRowCoordinates Record
Contains information on the card row’s position in a card, in row-and-column coordinates.
Declaration
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