Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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