Search
ItemListView Constructor (String)
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
)

Visual Basic  Copy Code

Public New ( _
    id As String _
)

 Parameters

id

The Id of the ItemListView

 See Also