Data Layout Control is a data-bound version of Layout Control, which automatically builds a layout to edit properties of a bound object. The generated layout can be customized by handling the following events:
- AutoGeneratingItem;
- AutoGeneratedGroup;
- AutoGeneratedUI.
This examples demonstrates how to use these events.
See also
How to: Manage Displayed Properties at the View Model/Model Level