WorkspaceManager Methods
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 |
---|---|
Apply |
Applies the workspace with the specified name to the target control. |
Capture |
Creates a new workspace by capturing the current layout of the target control and its child controls. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Get the value of the Workspace |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the value of the Workspace |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Gets the value of the Workspace |
Load |
Loads a workspace from the specified file or stream, and adds it to the Workspace |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the workspace with the specified name. |
Rename |
Renames the specified workspace. |
Save |
Saves the workspace with the specified name to a file or stream. |
Set |
Set the value of the Workspace |
Set |
Sets the value of the Workspace |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also