Search
ItemListView.Items Property
See Also
 





Gets or sets the collection of items displayed in the view.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramItemCollection Items { get; set; }

Visual Basic  Copy Code

Public Property Items As DiagramItemCollection

 Property Value

 See Also