Introduction
I have already published how to select Data grid row with MVVM. this article I am going to introduce Prism 5 data grid select. you see my previous post in here
Main view
how to get new prism 5
View Model
CustomerViewModel class has been derived in "BindableBase" this a new prism 5 class which implement INotifyProperyChanged. you can see new lambda expression for property change and set value with SetProperty Method
View
Download code sample Click here
I will most welcome your comments
I have already published how to select Data grid row with MVVM. this article I am going to introduce Prism 5 data grid select. you see my previous post in here
Main view
how to get new prism 5
View Model
CustomerViewModel class has been derived in "BindableBase" this a new prism 5 class which implement INotifyProperyChanged. you can see new lambda expression for property change and set value with SetProperty Method
View
Download code sample Click here
I will most welcome your comments
No comments:
Post a Comment