Back to Devexpress

JumpListItemTask.Caption Property

windowsforms-devexpress-dot-utils-dot-taskbar-dot-jumplistitemtask-0f3d366f.md

latest1.6 KB
Original Source

JumpListItemTask.Caption Property

Gets or sets a caption of the JumpListItemTask.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A caption of the JumpListItemTask.

|

Remarks

The caption of the JumpListItemTask in the JumpList can be specified by the Caption property.

See Also

JumpListItemTask Class

JumpListItemTask Members

DevExpress.Utils.Taskbar Namespace