Back to Devexpress

Layout Tree View

windowsforms-2204-controls-and-libraries-form-layout-managers-layout-and-data-layout-controls-design-time-and-runtime-customization-layout-tree-view.md

latest760 B
Original Source

Layout Tree View

  • Sep 23, 2025

The Layout Tree View is embedded in the Customization Form.

Use the following code to open the Customization Form:

csharp
using DevExpress.XtraLayout;

layoutControl1.ShowCustomizationForm();
vb
Imports DevExpress.XtraLayout

layoutControl1.ShowCustomizationForm()

The Layout Tree View tab allows you to do the following:

  • Access the layout hierarchical structure.

  • Drag layout items to move them across the layout.

  • Customize layout items in the context menu.