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 alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 7
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Awesome!
Completion rate improved to 3.7
Data Binding
Stryg for at vise menuen
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 alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 7