Skip to main content

ApplicationJumpTask.ApplicationPath Property

Gets or sets the path to the application.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string ApplicationPath { get; set; }

Property Value

Type Description
String

Gets or sets the path to the application that will be launched when an end-user clicks the current item.

The default is an empty string.

Remarks

If the ApplicationPath property is not specified, then the path of the current running process is used.

See Also