Gets or sets the collection of nodes displayed in the view.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public DiagramNodeCollection Items { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Items As DiagramNodeCollection |
See Also