var instance; // Type: wijmo.tree.WijTreeNodeOptions; var value; // Type: string value = instance.itemIconClass;
var itemIconClass : string;
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.
var instance; // Type: wijmo.tree.WijTreeNodeOptions; var value; // Type: string value = instance.itemIconClass;
var itemIconClass : string;