Wijmo UI for the Web
isExpanded Method
wijmo.grid Namespace > hierarchyNode type : isExpanded Method
Determines whether node is expanded or not.
Syntax
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.
See Also

Reference

hierarchyNode type