Back to Devexpress

JumpListItemTask.Description Property

windowsforms-devexpress-dot-utils-dot-taskbar-dot-jumplistitemtask-3d5960e9.md

latest2.1 KB
Original Source

JumpListItemTask.Description Property

Gets or sets the task description shown in the tooltip.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the task description shown in the tooltip.

|

Remarks

Use the Description property to provide the text for the tooltip shown when the mouse pointer is positioned over the current task in the jump list. You can specify the tooltip text using the Jump List Editor as shown below.

Or provide a description in code.

csharp
jumpListItemTask1.Description = "This is a description";
vb
JumpListItemTask1.Description = "This is a description"

In the figure below, you can see the result.

See Also

JumpListItemTask Class

JumpListItemTask Members

DevExpress.Utils.Taskbar Namespace