Back to Devexpress

NotifyIconService Class

wpf-devexpress-dot-xpf-dot-core-11838ad1.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class NotifyIconService :
    ServiceBase,
    INotifyIconService
vb
Public Class NotifyIconService
    Inherits ServiceBase
    Implements INotifyIconService

Remarks

Refer to the NotifyIconService for more information.

Implements

INotifyIconService

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

NotifyIconService Members

DevExpress.Xpf.Core Namespace