I am creating a user control. With CLR properties for that user control am aslo registering some dependency properties with that user controls. So that my user control can participate in DataBinding.
But am not being able to bind those dependency properties of UserControl successfully. For example my properties are:
obj.labelvalue and obj.setvalue(classname.labelvalueProperty,value)
this is not working in my UC