MobileForms Toolkit Documentation

BoundItem.SetData Method

Copies the data from the collection to the row.

Overload List

Copies the data from the collection to the row.

public override void SetData(ICollection);

Copies the data from data reader or other data records.

public override void SetData(IDataRecord);

Sets new object with specified mapping.

public virtual void SetData(object,PropertyMapping);

See Also

BoundItem Class | Resco.Controls.AdvancedComboBox Namespace