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

JumpListItemTask.IconPath Property

Gets or sets the path to an assembly or an image that is used to specify the icon for the current task.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public string IconPath { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the path to an assembly or an image that is used to specify the icon for the current task.

Remarks

Use the IconPath property to specify a path to an assembly or an image file of the ICO type. Once an image source is assigned to this property, you can use the JumpListItemTask.IconIndex property to specify the zero-based index that refers to the required icon.

The IconPath property overrides the image source specified with the TaskbarAssistant.IconsAssembly assembly.

See Also