var instance = new wijmo.grid.hierarchyNode(); var value; // Type: bool value = instance.isExpanded();
function isExpanded() : bool;
Return Value
True if node is collapsed, otherwise false.
var instance = new wijmo.grid.hierarchyNode(); var value; // Type: bool value = instance.isExpanded();
function isExpanded() : bool;