NotificationCenter..::..DisplayNotes Property

Gets the toasts.

Namespace:  Wpf.NotificationCenter
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


public ObservableCollection<Notification> DisplayNotes { get; }
Public ReadOnly Property DisplayNotes As ObservableCollection(Of Notification)
	Get
public:
property ObservableCollection<Notification^>^ DisplayNotes {
	ObservableCollection<Notification^>^ get ();
}

Field Value

The toast message notifications.