TcxCustomTreeList.DefaultLayout Property
In This Article
Specifies whether the default layout is applied to the tree list.
#Declaration
Delphi
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