Bindable Properties
Learn how bindable properties work in .NET MAUI.
We'll cover the following
In .NET MAUI, bindable properties on XAML elements are element properties that we can apply data binding on. These properties are represented by attributes in XAML, and they don't necessarily represent C# properties on the classes that represent the XAML elements.
In this lesson, we'll cover bindable properties. For this, we'll use the following project setup:
Get hands-on with 1400+ tech skills courses.