Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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.

See Also