Back to Devexpress

ApplicationJumpListService.CommandLineArgumentPrefix Property

wpf-devexpress-dot-mvvm-dot-ui-dot-applicationjumplistservice-e4193ea4.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string CommandLineArgumentPrefix { get; set; }
vb
Public Property CommandLineArgumentPrefix As String

Property Value

TypeDescription
String

The prefix of the command line.

The default is “/APPLICATION_JUMP_TASK=”.

|

See Also

ApplicationJumpListService Class

ApplicationJumpListService Members

DevExpress.Mvvm.UI Namespace