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

NotifyIconState.Icon Property

Gets or sets the state’s image that will displayed within the notification icon.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ImageSource Icon { get; set; }

Property Value

Type Description
ImageSource

An image that will displayed within the notification icon.

See Also