JumpListItemTask.Description Property
Gets or sets the task description shown in the tooltip.
Namespace: DevExpress.Utils.Taskbar
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.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.
In the figure below, you can see the result.
See Also