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

TcxGridCardViewRowLayoutController.SetCoordinates(TcxGridCardViewRow,TcxGridCardRowCoordinates) Method

Places ARow at a specified position.

#Declaration

Delphi
procedure SetCoordinates(ARow: TcxGridCardViewRow; ACoordinates: TcxGridCardRowCoordinates); overload;

#Parameters

Name Type
ARow TcxGridCardViewRow
ACoordinates TcxGridCardRowCoordinates

#Remarks

To place ARow at a new location, the SetCoordinates method accepts the card row’s new coordinates specified in row-and-column dimensions (see the card row’s Position.ColIndex and Position.RowIndex properties).

The ARow parameter specifies the card row to be placed at a new location.

The first overload accepts row-and-column coordinates through the AColIndex and ARowIndex parameters.

The second accepts row-and-column coordinates through the ACoordinates record.

See Also