Wijmo UI for the Web
itemIconClass Field
wijmo.tree Namespace > WijTreeNodeOptions Interface : itemIconClass Field

The itemIconClass option sets the node icon (based on ui-icon). It will be displayed on both expanded and collapsed nodes when the expandedIconClass and collapsedIconClass options are not specified.

Syntax
var instance; // Type: wijmo.tree.WijTreeNodeOptions;
var value; // Type: string
value = instance.itemIconClass;
var itemIconClass : string;
See Also

Reference

WijTreeNodeOptions Interface