Skip to main content
A newer version of this page is available. .
All docs
V20.2

WorkspaceManager.SetApplicationName(FrameworkElement, String) Method

Set the value of the WorkspaceManager.ApplicationName attached property to a specified WorkspaceManager.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static void SetApplicationName(
    FrameworkElement targetControl,
    string applicationName
)

Parameters

Name Type
targetControl FrameworkElement
applicationName String
See Also