You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/Kanban-Board/Getting-Started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -488,6 +488,8 @@ public class KanbanViewModel
488
488
489
489
{% endtabs %}
490
490
491
+
N> You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted_Kanban_MAUI).
492
+
491
493
### Creating the custom model tasks with data mapping
492
494
493
495
You can also map custom model data to our Kanban. Here are the steps to render tasks using the [.NET MAUI Kanban](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Kanban.SfKanban.html) control with respective custom data properties.
@@ -886,6 +888,4 @@ public class KanbanViewModel
886
888
{% endtabs %}
887
889
888
890
## Running the Application
889
-
Press **F5** to build and run the application. Once compiled, the Kanban board will display with the data provided.
890
-
891
-
You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted_Kanban_MAUI).
891
+
Press **F5** to build and run the application. Once compiled, the Kanban board will display with the data provided.
0 commit comments