Back to Devexpress

WorkspaceManager.RestoreLayout Method

windowsforms-devexpress-dot-utils-dot-workspacemanager-dot-restorelayout.md

latest1.4 KB
Original Source

WorkspaceManager.RestoreLayout Method

NameParametersDescription
RestoreLayout(IEnumerable<IComponent>, Stream, Predicate<IComponentProperty>) statictargetComponents, stream, propertyDeserializingLoads the layouts of specified controls from a stream.
RestoreLayout(IEnumerable<IComponent>, String, Predicate<IComponentProperty>) statictargetComponents, path, propertyDeserializingLoads the layouts of specified controls from a file.
RestoreLayout(Control, Stream, Predicate<IComponentProperty>) statictargetControl, stream, propertyDeserializingLoads the layout of the specified control from a stream.
RestoreLayout(Control, String, Predicate<IComponentProperty>) statictargetControl, path, propertyDeserializingLoads the layout of the specified control from a file.