TcxCustomTreeList.MakeDefaultLayout Method
Restores the control’s default layout.
Declaration
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