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

ApplicationJumpTask.IconResourceIndex Property

Gets or sets the zero-based index of an icon embedded in a resource.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public int IconResourceIndex { get; set; }

Property Value

Type Description
Int32

The zero-based index of the icon, or -1 if no icon is used.

The default is 0.

See Also