MobileForms Toolkit Documentation

BoundNode.SetData Method

Copies the data from the collection to the node.

Overload List

Copies the data from the collection to the node.

public override void SetData(ICollection);

Copies the data from data reader or other data records.

public override void SetData(IDataRecord);

See Also

BoundNode Class | Resco.Controls.AdvancedTree Namespace