var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: boolean value = instance.allowSorting;
var allowSorting : boolean;
The allowSorting option allows the tree nodes to be sorted at run time when the user presses the "s" key.
var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: boolean value = instance.allowSorting;
var allowSorting : boolean;