WorkspaceManager.SetApplicationName(FrameworkElement, String) Method
In This Article
Set 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 void SetApplicationName(
FrameworkElement targetControl,
string applicationName
)
#Parameters
Name | Type |
---|---|
target |
Framework |
application |
String |
See Also