Gets a reference to the item's DOM element.
Namespace: MindFusion.Common.UI
File: ListItem.js
Syntax
ExampleThe following code uses the element of a ListItem to change its background:
JavaScript
Copy Code
|
|---|
| listItem.element.style.background = "pink"; |
See Also