IWorkspaceManager.TargetControl Property
Gets the target control.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
FrameworkElement | A FrameworkElement object that represents the target control. |
Remarks
Each WorkspaceManager instance is associated with a single control (the 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