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

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

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v26.1.dll

    Declaration

    public class TreeMapNotificationCollection<T> :
        NotificationCollection<T>

    Type Parameters

    Name Description
    T

    The type of collection items.

    See Also