NotificationCenter..::..DisplayNotes Property
Gets the toasts.
Namespace:
Wpf.NotificationCenterAssembly: 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 (); }