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

NotifyIconService Class

Allows you to place a notification icon (system tray icon) in the Windows notification area and manage its behavior.

Namespace: DevExpress.Xpf.Core

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

Declaration

public class NotifyIconService :
    ServiceBase,
    INotifyIconService

Remarks

Refer to the NotifyIconService for more information.

Implements

Inheritance

Show 11 items
Object
DispatcherObject
DependencyObject
Freezable
Animatable
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.Behavior<FrameworkElement>
DevExpress.Mvvm.UI.ServiceBaseGeneric<FrameworkElement>
ServiceBase
NotifyIconService
See Also