Returns the specified ItemListView object. This member is static and can be invoked without creating an instance of the class.
Namespace: MindFusion.Diagramming
File: ItemListView.js
SyntaxJavaScript
Copy Code
|
|---|
function find (id) |
String. The id of the ItemListView's DOM element.
ItemListView. An ItemListView object with the specified id, if found; otherwise, null.
See Also