Skip to main content

Layout Tree View

The Layout Tree View is embedded in the Customization Form.

Use the following code to open the Customization Form:

using DevExpress.XtraLayout;

layoutControl1.ShowCustomizationForm();

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

  • Access the layout hierarchical structure.

    layoutTreeView

  • Drag layout items to move them across the layout.

    cdTreeView-DragAndDropItems

  • Customize layout items in the context menu.

    cdTreeViewContextMenu

    Use the LayoutControl.LayoutTreeViewPopupMenuShowing event to modify the context menu.