Hi rizzlwizzl,
I think you could refer to this article:
http://msdn.microsoft.com/en-us/library/system.windows.data.bindingmode.aspx
-->
Is
there any other reason (e.g. performace) why it would be good practice to explicity set BindingMode=OneWay?
Do you mean when should we use the BindingMode = OneWay?
for example, if you have two textbox to display the same data, just one textbox could change the data source dynamically, you could set the BindingMode = OneWay to this textbox, the other one as TwoWay, then for the OneWay textbox, the data source will change
the text porperty of this textbox, it could not in turn.
Best regards,
Sheldon _Xiao[MSFT]
MSDN Community Support |
Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
![]()