WorkspaceManager.GetWorkspaceManager(FrameworkElement) Method
In This Article
Gets the value of the WorkspaceManager.WorkspaceManager attached property for the specified FrameworkElement.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
target |
Framework |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
IWorkspace |
The Workspace |
See Also