Version

Node class

The Node class is used to represent the object model of a node within the DataTree.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.Node = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.Node();
Inheritance Hierarchy

Object
   Sys.Component
      Infragistics.Web.UI.ObjectBase
         Infragistics.Web.UI.UIObject
            Infragistics.Web.UI.NavItem
               Infragistics.Web.UI.Node

See Also