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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static IWorkspaceManager GetWorkspaceManager(
FrameworkElement targetControl
)
#Parameters
Name | Type | Description |
---|---|---|
target |
Framework |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
IWorkspace |
The Workspace |
See Also