Back to Devexpress

WorkspaceManager.SetApplicationName(FrameworkElement, String) Method

wpf-devexpress-dot-xpf-dot-core-dot-workspacemanager-dot-setapplicationname-x28-system-dot-windows-dot-frameworkelement-system-dot-string-x29.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetApplicationName(
    FrameworkElement targetControl,
    string applicationName
)
vb
Public Shared Sub SetApplicationName(
    targetControl As FrameworkElement,
    applicationName As String
)

Parameters

NameType
targetControlFrameworkElement
applicationNameString

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Xpf.Core Namespace