MobileForms Toolkit Documentation

Node.SetData Method (ICollection)

Copies the data from the collection to the node.

public virtual void SetData(
ICollection data
);

Parameters

data
Collection of data.

Remarks

The old data are overwritten. The count of new data can be different then the field count of node.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace | Node.SetData Overload List