﻿RadDataForm is an input control that allows you to automatically create forms for editing the properties of a business entity. The control also provides flexible validation and styling mechanisms.
<br/>
<br/>
RadDataForm is easily integrated into any Windows Phone app by putting it on a page and binding its CurrentItem property to a business object. The control will automatically enumerate its public properties and create
editor fields for all known types like strings, numbers, enumerations, date and time, time span, boolean.
<br/>
<br/>
To allow further customizations, RadDataForm provides the ability to define custom editors for properties and group editors into groups with custom layout panels. RadDataForm exposes a rich set of CLR attributes that can be defined
on properties adjusting the way they are interpreted when creating the corresponding editor. Many of the attributes can also be set in XAML for better flexibility.