var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: boolean value = instance.allowTriState;
var allowTriState : boolean;
The allowTriState option allows the tree nodes to exhibit triState behavior. This lets the node checkboxes be checked, unchecked, or indeterminate. This option must be used with the showCheckBoxes option.
var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: boolean value = instance.allowTriState;
var allowTriState : boolean;