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

NuGet Package: DevExpress.Wpf.Core

Declaration

public NotificationScreen CustomNotificationScreen { get; set; }

Property Value

Type Description
DevExpress.Mvvm.UI.NotificationScreen

A NotificationScreen enum value that specifies the monitor where the custom notification is shown.

The default is NotificationScreen.Primary

See Also