MobileForms Toolkit Documentation

BoundNode Constructor

Creates new bound node with the defined parameters.

Overload List

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);

See Also

BoundNode Class | Resco.Controls.AdvancedTree Namespace