Skip to main content

ITaskbarButtonService.OverlayIcon Property

Gets or sets the icon that is displayed over the taskbar button.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

ImageSource OverlayIcon { get; set; }

Property Value

Type Description
ImageSource

The icon that is displayed over the taskbar button.

The default is null.

See Also