Skip to main content

ApplicationJumpListService.CustomLauncherPath Property

Gets or sets the path to the 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 CustomLauncherPath { get; set; }

Property Value

Type Description
String

A Systems.String value specifying the path to the folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe.

See Also