Skip to main content
All docs
V25.1
  • TreeMapNotificationCollection<T> Class

    A base class for collections that are able to send update notifications.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    public class TreeMapNotificationCollection<T> :
        NotificationCollection<T>

    Type Parameters

    Name Description
    T

    The type of collection items.

    See Also