NotificationService.CustomNotificationScreen Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public NotificationScreen CustomNotificationScreen { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Notification |
Primary | Specifies the monitor where the custom notification is shown. |
Available values:
Name | Description |
---|---|
Primary | Displays notifications on the primary monitor. |
Application |
Displays notifications on the monitor that shows the application window. |
See Also