Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

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