Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 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