Hi Markus,
Thank you for contacting Syncfusion support.
We have checked your requirement of “Getting information from dataform” in Xamarin.iOS, and we would like to inform you that it can be achieved using DataObject property of DataForm. DataObject will hold the input values of properties, get the values from it and save it in the database.
Please refer the following code example for the same,
private void Button_TouchUpInside(object sender, EventArgs e)
{
var model = dataForm.DataObject as DataFormModel;
} |
We have prepared a sample for the same,
We hope this helps. Please let us know if you would require any further assistance.
Regards,
Karthik Raja A