Skip to main content

WorkspaceManager.WorkspaceManager Attached Property

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
IWorkspaceManager

An object implementing the IWorkspaceManager interface that represents the WorkspaceManager associated with the FrameworkElement from which the property is read.

#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