Search
NodeListView Constructor (String, DiagramNodeCollection)
See Also
 





Creates an instance of NodeListView.

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

 Syntax

C#  Copy Code

public NodeListView (
    string id,
    DiagramNodeCollection items
)

Visual Basic  Copy Code

Public New ( _
    id As String, _
    items As DiagramNodeCollection _
)

 Parameters

id

The Id of the NodeListView.

items

The collection of nodes to be displayed in the NodeListView.

 See Also