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.
1 parent e8f26d7 commit 8d70819Copy full SHA for 8d70819
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