MobileForms Toolkit Documentation

BoundNode  Constructor (Int32, Int32, Object, PropertyMapping)

Creates new bound node from any object given its PropertyMapping.

public BoundNode(
int templateIndex,
int selectedTemplateIndex,
object data,
PropertyMapping propertyMapping
);

Parameters

templateIndex
The template index for node in deselected state.
selectedTemplateIndex
The template index for node in selected state.
data
Object to bind to.
propertyMapping
PropertyMapping created for the type or PropertyDescriptors for data.

See Also

BoundNode Class | Resco.Controls.AdvancedTree Namespace | BoundNode Constructor Overload List