Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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