Creates new bound node with the defined parameters.
Creates new bound node.
public BoundNode(DataRow);
Creates new bound node with the defined parameters.
public BoundNode(int,int,DataRow);
Creates new bound node with the defined parameters.
public BoundNode(int,int,DataRow,Mapping);
Creates new bound node from any object given its PropertyMapping.
public BoundNode(int,int,object,PropertyMapping);
BoundNode Class | Resco.Controls.AdvancedTree Namespace