将DependencyProperty绑定到非DependencyProperty

时间:2014-10-09 04:40:41

标签: c# wpf xaml data-binding wpf-controls

我有来自winforms的用户控件。在XAML中,我试图将依赖属性绑定到usercontrol的属性之一,如下所示(这不是依赖属性)

<Pricing:UserControl1  UserControlProperty="{Binding CurrentProductItem.ComponentId}"  />

我收到错误A'Binding'无法在'UserControl1'类型的'UserControlProperty'属性上设置。 '绑定'只能在DependencyObject的DependencyProperty上设置。我怎么能解决这个问题?我是否需要将UserControlProperty设为dependencyproperty?

0 个答案:

没有答案