MobileForms Toolkit Documentation

Row.GetData Method 

Make the copy of internal data to object array.

public virtual void GetData(
object[] data
);

Parameters

data
Array of objects, length of the array must be equal to field count of the row.

Exceptions

Exception Type Condition
ArgumentException Thrown when the data has different Length as the FieldCount of the Row.

See Also

Row Class | Resco.Controls.AdvancedList Namespace