TcxCustomTreeList.MakeDefaultLayout Method
In This Article
Restores the control’s default layout.
#Declaration
Delphi
procedure MakeDefaultLayout; virtual;
#Remarks
The method removes bands from the control and creates a new band instead, placing all the columns in it. Then, the method restores default column settings (see the column’s RestoreDefaults property).
See Also