IWorkspaceManager.TargetControl Property
In This Article
Gets the target control.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Framework |
A Framework |
#Remarks
Each WorkspaceManager instance is associated with a single control (target control). The WorkspaceManager captures and applies workspaces to its target control (and the target control's children).
To learn more, see WorkspaceManager.
See Also