WorkspaceManager.IsEnabled Attached Property
Gets or sets whether the element, for which the property is read or written, has an associated WorkspaceManager.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true if the element, for which the property is read or written, has an associated Workspace |
#Remarks
Setting the IsEnabled property to true for a specific control creates a new WorkspaceManager instance and associates it with the control.
To obtain a WorkspaceManager associated with a particular control, use the WorkspaceManager.WorkspaceManager attached property.
Note
The Workspace