MobileForms Toolkit Documentation

Row.SetData Method (ICollection)

Copies the data from the collection to the row.

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 row.

See Also

Row Class | Resco.Controls.AdvancedList Namespace | Row.SetData Overload List