Search
ItemListView Constructor (String, DiagramItemCollection)
See Also
 





Initializes a new instance of the ItemListView class.

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

 Syntax

C#  Copy Code

public ItemListView (
    string id,
    DiagramItemCollection items
)

Visual Basic  Copy Code

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

 Parameters

id

The Id of the ItemListView

items

The collection of items to be displayed in the ItemListView

 See Also