WPF binding expression in combination with Static or StaticResource

时间:2015-10-30 21:38:49

标签: c# wpf

Is it possible to use Static or StaticResource in a WPF binding expression to achieve something like this IsChecked="{Binding MyArray[{StaticResource MyIntValue}].Value}" without using converter? Thanks

1 个答案:

答案 0 :(得分:1)

No, not without a converter. The good news is that the converter is pretty trivial though!