Class DiagramCollection<T>
Represents a System.Collections.ObjectModel.ObservableCollection<> of any type objects.
Inheritance
System.Object
DiagramCollection<T>
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramCollection<T> : ObservableCollection<T>
Type Parameters
Name |
---|
T |
Constructors
DiagramCollection()
Declaration
public DiagramCollection()
See Also
System.Collections.ObjectModel.ObservableCollection<>