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

NotificationService Class

Allows you to show Windows 8/10 Style notifications.

Namespace: DevExpress.Mvvm.UI

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

Declaration

[TargetType(typeof(Window))]
[TargetType(typeof(UserControl))]
public class NotificationService :
    ServiceBase,
    INotificationService

Remarks

See NotificationService to learn more.

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
NotificationService
See Also