Data Binding
Important Points:
- We can use the SetBinding method to bind the property of one object to a property of another;
- The syntax of SetBinding method is
targetElement.SetBinding(TargetElementType.TargetProperty, new Binding(“path to property”, source: sourceElement);
; - The
stringFormat
named parameter can be used to pass a format for the string. It only works if the target property is a Textual property;
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 7
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Awesome!
Completion rate improved to 3.7
Data Binding
Svep för att visa menyn
Important Points:
- We can use the SetBinding method to bind the property of one object to a property of another;
- The syntax of SetBinding method is
targetElement.SetBinding(TargetElementType.TargetProperty, new Binding(“path to property”, source: sourceElement);
; - The
stringFormat
named parameter can be used to pass a format for the string. It only works if the target property is a Textual property;
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 7