Skip to main content
A newer version of this page is available. .

WorkspaceManager.GetWorkspaceManager(FrameworkElement) Method

Gets the value of the WorkspaceManager.WorkspaceManager attached property for the specified FrameworkElement.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public static IWorkspaceManager GetWorkspaceManager(
    FrameworkElement targetControl
)

Parameters

Name Type Description
targetControl FrameworkElement

The element from which the property value is read.

Returns

Type Description
IWorkspaceManager

The WorkspaceManager.WorkspaceManager property value for the element.

See Also