Training
Module
Create a UI that uses data binding in .NET MAUI. - Training
Create a UI with data binding. Your UI automatically updates based on the latest data, while the data updates in response to changes in the UI.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The UII Inspector is extended to support the generation of bindings for the UIADDA. This topic describes the logic used to build the binding.
Control Identification is based on the following properties:
AutomationId
Name
ClassName
IsEnabled
Only the AndCondition
grouping clause will be used for the generation, because specific properties are used for generation.
The MatchCount
attribute will be generated based on the necessity of the control binding.
Note
The AutomationId
and Name
properties are dynamic in a few applications and in few scenarios; in those cases, the property needs to be removed from the binding and MatchCount
needs to be manually updated to set the bindings.
Training
Module
Create a UI that uses data binding in .NET MAUI. - Training
Create a UI with data binding. Your UI automatically updates based on the latest data, while the data updates in response to changes in the UI.