Search
ListViewBase.items Property
See Also
 






Gets the items contained in this list view.

Namespace: MindFusion.Diagramming
File: ListViewBase.js

 Syntax

JavaScript  Copy Code

get items() {}
set items(value) {}

 Property Value

Array

An array of DiagramItem objects to show in the list view.

 Remarks

You must call addItem to add items to the list view, instead of modifying this array directly.

 See Also