Back to Devexpress

TcxGridCardRowCoordinates Record

vcl-cxgridcardview-c34f1bb4.md

latest1.8 KB
Original Source

TcxGridCardRowCoordinates Record

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

TcxGridCardRowPosition

TcxGridCardView.RowLayout

TcxGridCardViewRowLayoutController.GetCoordinates

TcxGridCardViewRowLayoutController.SetCoordinates

TcxGridCardViewRowPosition.ColIndex

TcxGridCardViewRowPosition.RowIndex

TcxGridCardRowCoordinates Members

cxGridCardView Unit