Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

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