Back to Devexpress

WorkspaceManager Properties

windowsforms-devexpress-dot-utils-dot-workspacemanager-dot-underscore-properties.md

latest5.0 KB
Original Source

WorkspaceManager Properties

Manages layouts of all DevExpress controls in the application as one global workspace. Workspaces can be saved and restored to (from) a local storage or stream.

NameDescription
AllowTransitionAnimationGets or sets whether or not changing workspaces within this WorkspaceManager should be followed by animation effects.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CloseStreamOnWorkspaceLoadingGets or sets whether this WorkspaceManager should automatically close streams opened when loading workspaces.
CloseStreamOnWorkspaceSavingGets or sets whether this WorkspaceManager should automatically close streams opened when saving workspaces.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
RecentWorkspacesProvides access to the recently used workspaces collection.
SaveTargetControlSettingsGets or sets whether the WorkspaceManager should store settings like “Bounds” or “State” for the form assigned to the WorkspaceManager.TargetControl property.
ShowPathColumnInWorkspacesDialogGets or sets whether the “Workspaces” dialog should display the column that shows paths to workspace files.
SiteGets or sets the ISite of the Component. Inherited from Component.
TargetControlGets or sets a control whose layout is managed by this WorkspaceManager.
ThrowOnWorkspaceErrorGets or sets whether the application should throw the XmlException when a user attempts to apply a corrupt workspace. Regardless of this setting, the Workspace Manager also fires the WorkspaceError event that notifies you about the issue.
TransitionTypeGets or sets the transition animation that follows applying workspaces.
WorkspacesProvides access to all currently active workspaces.

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace