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.1.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 WorkspaceManager; otherwise, false. |
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 WorkspaceManager can work only with the DevExpress controls that support serialization. These are DXBars, DXDocking, DXGrid, etc. Setting the IsEnabled property to true for other controls has no effect.