Back to Devexpress

WorkspaceManager.SaveLayout Method

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

latest1.4 KB
Original Source

WorkspaceManager.SaveLayout Method

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