Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Data Binding | Interactive GUI
Advanced C# with .NET
course content

Contenido del Curso

Advanced C# with .NET

Advanced C# with .NET

1. Introduction to Desktop Development with .NET
2. Interactive GUI
3. Threading
4. Generics & Reflection

book
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;

question mark

Which method do we use for binding one property to another?

Select the correct answer

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 7

Pregunte a AI

expand
ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

course content

Contenido del Curso

Advanced C# with .NET

Advanced C# with .NET

1. Introduction to Desktop Development with .NET
2. Interactive GUI
3. Threading
4. Generics & Reflection

book
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;

question mark

Which method do we use for binding one property to another?

Select the correct answer

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 7
Lamentamos que algo salió mal. ¿Qué pasó?
some-alt