TcxGridCardRowInsertionPos Enum
Enumerates insertion points for card rows.
Declaration
TcxGridCardRowInsertionPos = (
ripPrevLayer,
ripNewLayer,
ripSameLayer
);
Members
| Name |
|---|
ripPrevLayer
|
ripNewLayer
|
ripSameLayer
|
Remarks
Options include:
| Value | Meaning |
|---|---|
| ripPrevLayer | The card row will be placed in the previous layer. |
| ripNewLayer | The card row will be placed in a newly created layer. |
| ripSameLayer | The card row will remain in the same layer. |
See Also