Skip to main content

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.v23.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