This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello. It is possible to do somthing like this in your PtroprtyGid? If is it, how? |
|
|
This is not possible in the WPF Property Grid, because the WPF grid uses data binding and so any edits go directly to the edited object without the grid being aware of them. However, if your objects implement INotifyPropertyChanged (which they will need to for binding to work), you can subscribe directly to PropertyChanged notifications from those objects instead. |
|