Skip to main content

TcxGridCardViewOptionsCustomize.LayeredRows Property

Specifies whether an end-user can perform layering on card rows.

Declaration

property LayeredRows: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the LayeredRows property to True, to allow end-users to create layers by moving items into appropriate spaces of a card:

Note

the View’s RowLayout property is set to rlVertical.

The default value of the LayeredRows property is False.

See Also