Back to Devexpress

Member Table: Save and Restore Layout

windowsforms-2208-controls-and-libraries-form-layout-managers-layout-and-data-layout-controls-member-tables-member-table-save-and-restore-layout.md

latest2.6 KB
Original Source

Member Table: Save and Restore Layout

  • Mar 25, 2025
MemberDescription
LayoutControl.SetDefaultLayoutSaves the current layout to random-access memory (RAM).
LayoutControl.RestoreDefaultLayoutRestores the layout which is stored at random-access memory (RAM).
LayoutControl.DefaultLayoutLoadedFires after the default layout (the layout saved by the LayoutControl.SetDefaultLayout method) has been loaded.
LayoutControl.DefaultLayoutLoadingFires before loading the default layout (the layout saved by the LayoutControl.SetDefaultLayout method).
LayoutControl.SaveLayoutToRegistrySaves the current layout to the specified system registry path.
LayoutControl.SaveLayoutToStreamSaves the current layout to the specified stream.
LayoutControl.SaveLayoutToXmlSaves the layout to a file in XML format.
LayoutControl.SaveLayoutToJsonSaves the layout to a file in JSON format.
LayoutControl.RestoreLayoutFromRegistryRestores the layout which is stored at the specified system registry path.
LayoutControl.RestoreLayoutFromStreamRestores the layout from the specified stream.
LayoutControl.RestoreLayoutFromXmlRestores the layout from a file in XML format.
LayoutControl.RestoreLayoutFromJsonRestores the layout from a file in JSON format.
LayoutControl.OptionsSerializationContains options that control how a LayoutControl’s layout is saved to and restored from a data store.