var instance = new wijmo.grid.hierarchyNode();
function hierarchyNode;
var instance = new wijmo.grid.hierarchyNode();
function hierarchyNode;
Object
wijmo.grid.hierarchyNode
Name | Description | |
---|---|---|
hierarchyNode Constructor | Provides an access to hierarchy nodes in form of tree. |
Name | Description | |
---|---|---|
collapse | Collapses the node. | |
details | Returns children nodes. | |
expand | Expands the node. | |
grid | Returns a wijgrid instance object which represents the detail grid related to node. | |
isExpanded | Determines whether node is expanded or not. | |
masterKey | Returns master key related to node. |