Skip to main content

ApplicationJumpListService.CommandLineArgumentPrefix Property

Gets or sets the prefix of the command line. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string CommandLineArgumentPrefix { get; set; }

Property Value

Type Description
String

The prefix of the command line.

The default is “/APPLICATION_JUMP_TASK=”.

See Also