IWorkspaceManager Interface
When implemented, represents a WorkspaceManager instance.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Related API Members
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.