Skip to main content

ApplicationJumpTask.IconResourcePath Property

Gets or sets the path to a resource that contains the icon to display in the Jump List.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string IconResourcePath { get; set; }

Property Value

Type Description
String

The path to a resource that contains the icon.

The default is null.

See Also