Skip to main content

TcxGridCardViewRowLayoutController.GetPosition(TcxGridCardViewRow) Method

Returns ARow‘s location in a card - in layer-and-item coordinates.

Declaration

function GetPosition(ARow: TcxGridCardViewRow): TcxGridCardRowPosition;

Parameters

Name Type
ARow TcxGridCardViewRow

Returns

Type
TcxGridCardRowPosition

Remarks

The card row’s location in a card can be determined in one of the following two ways:

  • Layer-and-item – the index position of a layer in the card and the card row’s position in a layer (returned by the TcxGridCardRowPosition record).

  • Row-and-column – the absolute position in row-and-column coordinates (returned by the TcxGridCardRowCoordinates record).

The ARow parameter specifies the card row whose location is to be obtained.

See Also