Click or drag to resize
TreeNodeNew Method
Overload List
  NameDescription
Public methodStatic memberNew(String, TreeProvider)
Creates new instance of given class which must inherit TreeNode.
Public methodStatic memberNewNodeType(String, IDataContainer, TreeProvider)
Creates new instance of given class which must inherit specified node type and fill it with given data.
Public methodStatic memberNew(String, DataRow, TreeProvider)
Creates new instance of given class which must inherit TreeNode and fill it with given data.
Public methodStatic memberNewNodeType(String, DataRow, TreeProvider)
Creates new instance of given class which must inherit specified node type and fill it with given data.
Top
See Also