Skip to main content

ApplicationJumpTask.WorkingDirectory Property

Gets or sets the working directory of the application on startup.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string WorkingDirectory { get; set; }

Property Value

Type Description
String

The working directory of the application on startup.

The default is null.

See Also