Skip to main content
A newer version of this page is available. .

ApplicationJumpListService.DefaultLauncherStorageFolder Property

Gets or sets the path to the default launcher storage folder, that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public string DefaultLauncherStorageFolder { get; set; }

Property Value

Type Description
String

The path to the default launcher storage folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe.

See Also