Skip to content

Commit 88098ea

Browse files
Merge pull request #3594 from syncfusion-content/Kanban-GettingStarted-code-correction-dev
977013-[Dev] MAUI Kanban UG GettingStarted-code snippet corrections
2 parents e8f26d7 + 8d70819 commit 88098ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/Kanban-Board/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Let’s look at the practical code example:
507507
BackgroundColor="Gray"
508508
Padding="10,10,10,10">
509509
<StackLayout Orientation="Horizontal">
510-
<Label Text="{Binding Name}"
510+
<Label Text="{Binding Title}"
511511
TextColor="Silver"
512512
HorizontalOptions="StartAndExpand" />
513513
</StackLayout>

0 commit comments

Comments
 (0)