MobileForms Toolkit Documentation

BoundRow.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);

See Also

BoundRow Class | Resco.Controls.AdvancedList Namespace