WorkspaceManager.WorkspaceManager Attached Property
In This Article
Gets a WorkspaceManager associated with the FrameworkElement from which the property is read. This is an attached property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
IWorkspace |
An object implementing the IWorkspace |
#Remarks
If no WorkspaceManager is associated with the visual element, the WorkspaceManager property returns null. To create a new WorkspaceManager instance and associate it with a particular control, set the WorkspaceManager.IsEnabled attached property for that control to true.
See Also