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

TaskbarAssistant.OverlayIcon Property

Gets or sets a small overlay icon displayed over the application icon.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Image OverlayIcon { get; set; }

Property Value

Type Default Description
Image null

A small overlay icon displayed over the application icon.

Remarks

taskbar-OverlayIcon

See Also