Skip to main content
A newer version of this page is available. .

ApplicationJumpTask.Description Property

Gets or sets the text displayed in the tooltip for the task in the Jump List.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string Description { get; set; }

Property Value

Type Description
String

The text displayed in the tooltip for the task.

The default is null.

See Also