ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / NotificationManager Class / NotificationItems Property

In This Topic
    NotificationItems Property
    In This Topic
    Gets or sets all the notification items on the dockable window.
    Syntax
    Public Property NotificationItems As ObservableCollection(Of NotificationItem)
    public ObservableCollection<NotificationItem> NotificationItems {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also