NotificationService.CustomNotificationScreen Property
Gets or sets the monitor where the custom notification is shown. This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| NotificationScreen | Primary | Specifies the monitor where the custom notification is shown. |
Available values:
| Name | Description |
|---|---|
| Primary | Displays notifications on the primary monitor. |
| ApplicationWindow | Displays notifications on the monitor that shows the application window. |
See Also