TextBox.TextProperty vs TextBox.Text in wpf -


if see definition of textbox in wpf can find 2 property, textproperty & other text property, same or difference?

textproperty static. dependency property text registered property management system in wpf textbox type. registration allows property involved in binding, change tracking , value resolution. text property plain old c# property used hold text value particular instance of textbox.

for more information dependency properties see excellent page: http://www.wpftutorial.net/dependencyproperties.html


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -