Back to Devexpress

WorkspaceManager.GetApplicationName(FrameworkElement) Method

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

latest1.4 KB
Original Source

WorkspaceManager.GetApplicationName(FrameworkElement) Method

Get 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 string GetApplicationName(
    FrameworkElement targetControl
)
vb
Public Shared Function GetApplicationName(
    targetControl As FrameworkElement
) As String

Parameters

NameType
targetControlFrameworkElement

Returns

Type
String

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Xpf.Core Namespace