Skip to main content

TcxCustomTreeList.DefaultLayout Property

Specifies whether the default layout is applied to the tree list.

Declaration

property DefaultLayout: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True, to restore the default layout.

This property is retained for backward-compatibility purposes. Use the MakeDefaultLayout method instead.

The default value of the DefaultLayout property is False.

See Also