We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8f26d7 + 8d70819 commit 88098eaCopy full SHA for 88098ea
MAUI/Kanban-Board/Getting-Started.md
@@ -507,7 +507,7 @@ Let’s look at the practical code example:
507
BackgroundColor="Gray"
508
Padding="10,10,10,10">
509
<StackLayout Orientation="Horizontal">
510
- <Label Text="{Binding Name}"
+ <Label Text="{Binding Title}"
511
TextColor="Silver"
512
HorizontalOptions="StartAndExpand" />
513
</StackLayout>
0 commit comments