Skip to main content
All docs
V21.2

DevExpress v25.1 Update — Your Feedback Matters

Our What's New in v25.1 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

Customization Mode

End-users can customize the layout of controls at runtime in Customization Mode. This mode can be invoked as follows:

When customization starts, the Customization Window is opened. Closing this window finishes customization.

To prevent Customization Mode from being invoked, set the DockLayoutManager.AllowCustomization property to false.

#Save and Restore Layout

If an end-user is allowed to customize the layout of dock panels and controls, you’ll probably want to allow these customizations to be saved when the window is closed, and then restore the modified layout when the window is opened again. There are methods that support this functionality. Please refer to Saving and Restoring the Layout of Dock Panels and Controls to learn more.