Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public NotificationScreen CustomNotificationScreen { get; set; }

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