views:

27

answers:

0

Is there something close to Html.EditorForModel() for WPF?

ex:

<StackPanel><local:EditorControl<Student> /> </StackPanel>

or Html.TextBoxFor(model => model.Description)

What are the best practices for rapid development of data driven applications using WPF?