Back to Devexpress

IWorkspaceManager Interface

wpf-devexpress-dot-xpf-dot-core-1e0ce67a.md

latest1.7 KB
Original Source

IWorkspaceManager Interface

When implemented, represents a WorkspaceManager instance.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public interface IWorkspaceManager
vb
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

IWorkspaceManager Members

DevExpress.Xpf.Core Namespace