Skip to main content
All docs
V23.2

TreeMapNotificationCollection<T> Class

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public class TreeMapNotificationCollection<T> :
    NotificationCollection<T>

Type Parameters

Name Description
T

The type of collection items.

See Also