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

IWorkspaceManager Interface

When implemented, represents a WorkspaceManager instance.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public interface IWorkspaceManager

The following members return IWorkspaceManager objects:

#Remarks

Objects that implement the IWorkspaceManager interface are WorkspaceManager instances, already associated with their target controls. The IWorkspaceManager interface declares all members declared by the WorkspaceManager class, excluding attached properties that allow you to create and obtain a new WorkspaceManager instance.

Objects implementing the IWorkspaceManager interface are returned by the WorkspaceManager.WorkspaceManager attached property.

To learn more, see WorkspaceManager.

See Also