Back to Devexpress

NotificationScreen Enum

wpf-devexpress-dot-mvvm-dot-ui-dbf1cb8a.md

latest1.0 KB
Original Source

NotificationScreen Enum

Lists values that specify the monitor where to display notifications.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum NotificationScreen
vb
Public Enum NotificationScreen

Members

NameDescription
Primary

Displays notifications on the primary monitor.

| | ApplicationWindow |

Displays notifications on the monitor that shows the application window.

|

The following properties accept/return NotificationScreen values:

See Also

DevExpress.Mvvm.UI Namespace