Back to Devexpress

TcxGridCardRowInsertionPos Enum

vcl-cxgridcardview-ee889d18.md

latest821 B
Original Source

TcxGridCardRowInsertionPos Enum

Enumerates insertion points for card rows.

Declaration

delphi
TcxGridCardRowInsertionPos = (
    ripPrevLayer,
    ripNewLayer,
    ripSameLayer
);

Members

Name
ripPrevLayer
ripNewLayer
ripSameLayer

Remarks

Options include:

ValueMeaning
ripPrevLayerThe card row will be placed in the previous layer.
ripNewLayerThe card row will be placed in a newly created layer.
ripSameLayerThe card row will remain in the same layer.

See Also

TcxGridCardVisibleRowLayoutObject.GetInsertionParams

cxGridCardView Unit