Node<T> Constructors A base class that defines a node in a tree-like structure of objects. Name Parameters Description Node(T) value Creates a new instance of the Node<T> class with the specified node value type. See Also Node<T> Class Node<T> Members DevExpress.DataAccess Namespace