NotificationService.CreateCustomNotification(Object) Method
Creates and returns a custom notification with the specified View Model.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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