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

WorkspaceManager.RestoreLayout Method

Name Parameters Description
RestoreLayout(IEnumerable<IComponent>, Stream, Predicate<IComponentProperty>) static targetComponents, stream, propertyDeserializing Loads the layouts of specified controls from a stream.
RestoreLayout(IEnumerable<IComponent>, String, Predicate<IComponentProperty>) static targetComponents, path, propertyDeserializing Loads the layouts of specified controls from a file.
RestoreLayout(Control, Stream, Predicate<IComponentProperty>) static targetControl, stream, propertyDeserializing Loads the layout of the specified control from a stream.
RestoreLayout(Control, String, Predicate<IComponentProperty>) static targetControl, path, propertyDeserializing Loads the layout of the specified control from a file.