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
BaseView.SaveLayoutToRegistry Saves a View’s layout to the registry.
BaseView.SaveLayoutToStream Saves a View’s layout to a specific stream.
BaseView.SaveLayoutToXml Saves a View’s layout to a specific XML file.
ColumnView.OptionsLayout Provides options that control how a View’s layout is stored to/restored from a data store (a stream, xml file or system registry).
BaseView.BeforeLoadLayout Occurs before a layout is restored from a data store (a stream, xml file or system registry).
OptionsLayoutBase.LayoutVersion Gets or sets the version of a layout.
BaseView.LayoutUpgrade Occurs when a layout is restored from a data store (a stream, xml file or system registry) and its version differs from that of the current View’s layout.