Skip to main content

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

True if users can rearrange rows on a card into layers; otherwise, False.

Remarks

Set the LayeredRows property to True to allow users to drag-and-drop items to create layers on a card:

VCL Data Grid: Layered Rows

Note

The View’s RowLayout property is set to rlVertical.

Default Value

The LayeredRows property’s default value is False.

See Also