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