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

IWorkspaceManager Interface

When implemented, represents a WorkspaceManager instance.

Namespace: DevExpress.Xpf.Core

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

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