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

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.v18.2.dll

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