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

TcxGridCardVisibleRowLayoutObject.GetInsertionParams(TcxGridCardViewRow,TcxPosition,Integer,TcxGridCardRowInsertionPos) Method

Calculates the position of the ARow to be placed in the specified layer, in layer-and-item coordinates.

#Declaration

Delphi
procedure GetInsertionParams(ARow: TcxGridCardViewRow; APosition: TcxPosition; out AInsertionIndex: Integer; out AInsertionPos: TcxGridCardRowInsertionPos);

#Parameters

Name Type
ARow TcxGridCardViewRow
APosition TcxPosition
AInsertionIndex Integer
AInsertionPos TcxGridCardRowInsertionPos

#Remarks

The ARows parameter specifies a card row to be positioned.

The APosition parameter specifies the direction of card row movement.

The AInsertionIndex parameter specifies the ARow‘s index position in a layer on which the ARow is to be placed.

The AInsertionPos parameter specifies the target layer for the ARow.

See Also