Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created a extended control using WPF TextBox as base. text property of base TextBox is binding internally with a validator property. I want to create a another property which should be a dependency property so that user can bind this property in Two way mode. New property should reflect base TextBox's text property and vice versa. How it can be done?
Posted
Comments
Sergey Alexandrovich Kryukov 9-Oct-14 4:08am    
What's the problem? Creation of dependency properties is clearly described in documentation and tutorials.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900