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.
Name | Description |
---|---|
Allow |
Gets or sets whether or not changing workspaces within this Workspace |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Close |
Gets or sets whether this Workspace |
Close |
Gets or sets whether this Workspace |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Recent |
Provides access to the recently used workspaces collection. |
Save |
Gets or sets whether the Workspace |
Show |
Gets or sets whether the “Workspaces” dialog should display the column that shows paths to workspace files. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Target |
Gets or sets a control whose layout is managed by this Workspace |
Throw |
Gets or sets whether the application should throw the Xml |
Transition |
Gets or sets the transition animation that follows applying workspaces. |
Workspaces | Provides access to all currently active workspaces. |
See Also