Back to Devexpress

NotificationService.CustomNotificationScreen Property

wpf-devexpress-dot-mvvm-dot-ui-dot-notificationservice-98661ba0.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public NotificationScreen CustomNotificationScreen { get; set; }
vb
Public Property CustomNotificationScreen As NotificationScreen

Property Value

TypeDefaultDescription
NotificationScreenPrimary

Specifies the monitor where the custom notification is shown.

|

Available values:

NameDescription
Primary

Displays notifications on the primary monitor.

| | ApplicationWindow |

Displays notifications on the monitor that shows the application window.

|

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace