Class
DiagramItemCollection

Strongly typed collection of diagramming elements.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public sealed class DiagramItemCollection : ObservableCollection<RadElement>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<RadElement>ObservableCollection<RadElement>DiagramItemCollection

Implements: ICollectionIEnumerableIListINotifyCollectionChangedINotifyPropertyChanged

Inherited Members ObservableCollection<RadElement>.Move(int, int)ObservableCollection<RadElement>.CollectionChangedCollection<RadElement>.Add(RadElement)Collection<RadElement>.Clear()Collection<RadElement>.CopyTo(RadElement[], int)Collection<RadElement>.Contains(RadElement)Collection<RadElement>.GetEnumerator()Collection<RadElement>.IndexOf(RadElement)Collection<RadElement>.Insert(int, RadElement)Collection<RadElement>.Remove(RadElement)Collection<RadElement>.RemoveAt(int)Collection<RadElement>.CountCollection<RadElement>.this[int]

Constructors

DiagramItemCollection()

Declaration

cs-api-definition
public DiagramItemCollection()

Properties

Owner

Declaration

cs-api-definition
public RadElement Owner { get; set; }

Property Value

RadElement

Methods

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

Overrides ObservableCollection<RadElement>.OnCollectionChanged(NotifyCollectionChangedEventArgs)