Dev::Nuget/isfry.Wpf
Nuget :: isfry.Wpf 1.0.0.6
isfry
2015. 11. 13. 10:51
isfry.Wpf 1.0.0.6 (https://www.nuget.org/packages/isfry.Wpf)
- AttachBehavior 추가
> Blend Behavior(System.Windows.Interactivity.Behavior<T>) 를 Binding 할 수 있는 별도의 Behavior
> ex
<DataGrid ItemsSource="{Binding .....}"
iMvvm:AttachBehavior.Behavior="{Binding .....}">