WorkspaceManager.GetApplicationName(FrameworkElement) Method
In This Article
Get the value of the WorkspaceManager.ApplicationName attached property to a specified WorkspaceManager.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static string GetApplicationName(
FrameworkElement targetControl
)
#Parameters
Name | Type |
---|---|
target |
Framework |
#Returns
Type |
---|
String |
See Also