The DataForm (a.k.a. PropertyGrid) control for Windows 10 apps helps you edit the properties of a business object during runtime and build mobile forms fast and easy. All you have to do is set the Item property to the business object and the control will automatically generate editors for each public member. The DataForm offers built-in editors for each of the available primitive types:
It also features Read-only mode.
You have control over the data collected through the DataForm thanks to the built-in validation. Furthermore, the control gives suggestions in case non-valid data is entered by the user.