Skip to main content
A newer version of this page is available. .
All docs
V21.2

TreeMapNotificationCollection<T> Class

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v21.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