Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TreeMapDataItemCollection : IList, ICollection, IEnumerable, INotifyCollectionChanged
Inheritance: objectTreeMapDataItemCollection
Implements:
Constructors
Properties
C#
public bool IsFixedSize { get; }
Implements:
C#
public bool IsReadOnly { get; }
Implements:
C#
public bool IsSynchronized { get; }
Implements:
Methods
C#
public virtual void AddRange(params TreeMapDataItem[] TreeMapDataItems)
C#
public void BeginUpdate()
C#
public void Clear()
Implements:
C#
public void CopyTo(TreeMapDataItem[] array, int arrayIndex)
C#
public void EndUpdate()
C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs args)
Events
Occurs when the collection changes.
C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Implements: