Skip to main content

NotificationService.CreateCustomNotification(Object) Method

Creates and returns a custom notification with the specified View Model.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public INotification CreateCustomNotification(
    object viewModel
)

Parameters

Name Type Description
viewModel Object

An object specifying the notification’s View Model.

Returns

Type Description
DevExpress.Mvvm.INotification

An DevExpress.Mvvm.INotification descendant with the specified View Model.

See Also