Skip to main content

ApplicationJumpTask.Arguments Property

Gets or sets the arguments passed to the application on startup.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string Arguments { get; set; }

Property Value

Type Description
String

The arguments passed to the application on startup.

The default is null.

See Also