ArcGIS Pro 3.2 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 ObservableCollection<NotificationItem> NotificationItems {get; set;}
    Public Property NotificationItems As ObservableCollection(Of NotificationItem)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also