Search
TreeViewItem.imageLocation Property
See Also
 





Gets or sets URL of the image to display inside this item.

Namespace: MindFusion.Diagramming
File: TreeViewItem.js

 Syntax

JavaScript  Copy Code

get imageLocation() {}
set imageLocation(value) {}

 Property Value

String

A URL string that identifies the image to be loaded.

 See Also