ApplicationJumpTask.ApplicationPath Property
Gets or sets the path to the application.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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