Back to Devexpress

TreeMapNotificationCollection<T> Class

windowsforms-devexpress-dot-xtratreemap-dot-treemapnotificationcollection-1.md

latest1.5 KB
Original Source

TreeMapNotificationCollection<T> Class

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

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public class TreeMapNotificationCollection<T> :
    NotificationCollection<T>
vb
Public Class TreeMapNotificationCollection(Of T)
    Inherits NotificationCollection(Of T)

Type Parameters

NameDescription
T

The type of collection items.

|

Inheritance

Object DXCollectionBase<T> DXCollection<T> NotificationCollection<T> TreeMapNotificationCollection<T> DoubleCollection

GroupDataMemberCollection

See Also

TreeMapNotificationCollection<T> Members

DevExpress.XtraTreeMap Namespace