❔ WPF data binding

Hello, I'm new into wpf developing. I'm trying to bind textbox's data to a property, but it seems to work only for getter, not setter. when I manually set the property and run the app, the textbox is filled by the property. But when, in the app, I change textbox's data, it doesn't update the property. Can somebody help me ?
Was this page helpful?
❔ WPF data binding - C#