Back to Devexpress

IWorkspaceManager Members

wpf-devexpress-dot-xpf-dot-core-dot-iworkspacemanager-dot-underscore-members.md

latest2.5 KB
Original Source

IWorkspaceManager Members

When implemented, represents a WorkspaceManager instance.

Properties

NameDescription
CloseStreamOnWorkspaceLoading
CloseStreamOnWorkspaceSaving
TargetControlGets the target control.
TransitionEffectGets or sets the shader effect for the animation played when switching between workspaces.
WorkspacesGets the collection of workspaces.

Methods

NameDescription
ApplyWorkspace(String)Applies the workspace with the specified name to the target control.
CaptureWorkspace(String)Creates a new workspace by capturing the current layout of the target control and its child controls.
LoadWorkspace(String, Object)Loads a workspace from the specified file or stream, and adds it to the IWorkspaceManager.Workspaces collection under the specified name.
RemoveWorkspace(String)Removes the workspace with the specified name.
RenameWorkspace(String, String)Renames the specified workspace.
SaveWorkspace(String, Object)Saves the workspace with the specified name to a file or stream.

Events

NameDescription
AfterApplyWorkspaceOccurs after a workspace has been applied to the target control.
BeforeApplyWorkspaceOccurs before a workspace is applied to the target control.

See Also

IWorkspaceManager Interface

DevExpress.Xpf.Core Namespace