TcxGridCardViewOptionsCustomize.LayeredRows Property
Specifies if users can arrange card rows into layers.
Declaration
property LayeredRows: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
Remarks
Set the LayeredRows
property to True
to allow users to drag-and-drop items to create layers on a card:
Note
The View’s RowLayout property is set to rlVertical
.
Default Value
The LayeredRows
property’s default value is False
.
See Also