Search
NodeListView.backColor Property
See Also
 






Gets or sets the background color of the control.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

get backColor() {}
set backColor(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 See Also