TcxGridCardViewRowLayoutObject.SetPosition(TcxGridCardViewRow,TcxGridCardRowPosition) Method
Places ARow at a new position specified by the APosition record.
Declaration
procedure SetPosition(ARow: TcxGridCardViewRow; const APosition: TcxGridCardRowPosition);
Parameters
Name | Type |
---|---|
ARow | TcxGridCardViewRow |
APosition | TcxGridCardRowPosition |
Remarks
To place ARow at a new location, the SetPosition method accepts the card row’s new coordinates in the layer-and-item dimension (see the item’s Position.LayerIndex and Position.IndexInLayer properties).
The ARow parameter specifies the card row to be placed in a new location.
The APosition parameter specifies the ARow‘s new coordinates, in layer-and-item dimension.
See Also