Back to Devexpress

JumpListItemTask.Arguments Property

windowsforms-devexpress-dot-utils-dot-taskbar-dot-jumplistitemtask-9991befa.md

latest1.9 KB
Original Source

JumpListItemTask.Arguments Property

Gets or sets the arguments for a command file specified in the JumpListItemTask.Path property.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue("")]
[DXCategory("Behavior")]
public string Arguments { get; set; }
vb
<DefaultValue("")>
<DXCategory("Behavior")>
Public Property Arguments As String

Property Value

TypeDefaultDescription
StringString.Empty

The arguments for a command file specified in the JumpListItemTask.Path property.

|

Remarks

The Arguments property allows you to set arguments for a command file specified in the JumpListItemTask.Path property.

See Also

Path

WorkingDirectory

JumpListItemTask Class

JumpListItemTask Members

DevExpress.Utils.Taskbar Namespace