Skip to main content

IWorkspaceManager Interface

When implemented, represents a WorkspaceManager instance.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.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