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 |
Locates a workspace with the target name within the Workspace |
Capture |
Captures the current form layout and places it to the Workspace |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
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. |
From |
Gets a Workspace |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns a workspace with a specific index from the Workspace |
Get |
Returns a workspace with a specific name from the Workspace |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Load |
Loads a workspace from the target stream and places this workspace in the Workspace |
Load |
Loads a workspace from the target stream and places it in the Workspace |
Load |
Loads a workspace from the target file and places this workspace in the Workspace |
Load |
Loads a workspace from the target local file and places it in the Workspace |
Load |
Loads all workspaces in the target stream into the Workspace |
Load |
Loads all workspaces in the target file into the Workspace |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a workspace with the target name from the Workspace |
Rename |
Renames the target workspace. |
Reset |
|
Restore |
Loads the layouts of specified controls from a stream. |
Restore |
Loads the layouts of specified controls from a file. |
Restore |
Loads the layout of the specified control from a stream. |
Restore |
Loads the layout of the specified control from a file. |
Save |
Saves the layouts of specified controls to a stream. |
Save |
Saves the layouts of specified controls to a file. |
Save |
Saves the layout of the specified control to a stream. |
Save |
Saves the layout of the specified control to a file. |
Save |
Saves a workspace from the Workspace |
Save |
Saves a workspace from the Workspace |
Save |
Saves all workspaces in the Workspace |
Save |
Saves all workspaces in the Workspace |
Set |
Allows you to exclude a specific control from the global application workspace. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
See Also