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