DataForm for Xamarin.iOS: Overview

RadDataForm for Xamarin.iOS is a customizable component that allows you to easily create a form for collecting or editing business object data. It is ideal for settings or registration/login pages. TKDataForm supports different commit modes allowing you to commit property values one by one or commit the whole form at once. You can also determine at what moment the properties should be validated choosing between three validation modes. The control lets you use rich set of editors out of the box.

Telerik UI for Xamarin Ninja image

The DataForm is part of Telerik UI for Xamarin, a professional grade UI component library for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Editors

  • TextField
  • Switch
  • Stepper
  • Slider
  • Segmented control
  • DatePicker
  • PickerView
  • Options

For more information on this go to Editors topic.

Commit and validation modes

  • Immediate
  • On lost focus
  • Delayed

The commit and validation modes can be combined allowing you to perform validation and commit at different moment.

In this article