Hello, I would like to know. How can I use Propertygrid together with mvvm?
For example.
In ViewModel I would like to have a collection of properties to that I could attach Propertigrid.
Hello, I would like to know. How can I use Propertygrid together with mvvm?
For example.
In ViewModel I would like to have a collection of properties to that I could attach Propertigrid.
Hi Andrew,
The PropertyGrid can be populated several ways. Check out the "Data Layer / Populating Items" topic in the documentation that comes with the product as that walks through the ways. Most people just use the SelectedObject(s) properties to populate everything. But you can use ItemsSource as well if you follow the steps in that topic.
Please log in to a validated account to post comments.