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

Member Table: Save and Restore Layout

Member Description
LayoutControl.SetDefaultLayout Saves the current layout to random-access memory (RAM).
LayoutControl.RestoreDefaultLayout Restores the layout which is stored at random-access memory (RAM).
LayoutControl.DefaultLayoutLoaded Fires after the default layout (the layout saved by the LayoutControl.SetDefaultLayout method) has been loaded.
LayoutControl.DefaultLayoutLoading Fires before loading the default layout (the layout saved by the LayoutControl.SetDefaultLayout method).
LayoutControl.SaveLayoutToRegistry Saves the current layout to the specified system registry path.
LayoutControl.SaveLayoutToStream Saves the current layout to the specified stream.
LayoutControl.SaveLayoutToXml Saves the layout to an XML file.
LayoutControl.RestoreLayoutFromRegistry Restores the layout which is stored at the specified system registry path.
LayoutControl.RestoreLayoutFromStream Restores the layout from the specified stream.
LayoutControl.RestoreLayoutFromXml Restores the layout from the specified XML file.
LayoutControl.OptionsSerialization Contains options that control how a LayoutControl’s layout is saved to and restored from a data store.