|
I have created a UserControl that has a public property of an internal type. I would like the control host to be able to bind a value to that property but the property is grayed out in the control host. I tried making the property simply an object type, but that did not solve anything. |