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: wpf/Kanban-Board/Getting-started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,11 +75,11 @@ Now the Syncfusion.SfKanban.WPF reference is added to the application references
75
75
76
76

77
77
78
-
###Populate WPF Kanban item source
78
+
## Populate WPF Kanban item source
79
79
80
80
This section explains how to populate the WPF Kanban control's `ItemSource` by creating and binding both default and custom task data models.
81
81
82
-
####Creating the default model tasks
82
+
### Creating the default model tasks
83
83
84
84
***Define the View Model:** Create a view model class to set values for the properties listed in the [`KanbanModel`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.KanbanModel.html) class as shown in the following example code. Each [`KanbanModel`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.KanbanModel.html) instance represent a card in Kanban control.
85
85
@@ -109,7 +109,7 @@ The following sample code demonstrates this process in action:
N> View the sample in [`GitHub`](https://github.com/SyncfusionExamples/Getting-started-in-SfKanban-WPF).
199
199
200
-
####Creating the custom model tasks with data mapping
200
+
### Creating the custom model tasks with data mapping
201
201
202
202
You can also map custom data model to our Kanban control. The following steps demonstrate how to render tasks using the [WPF Kanban](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html) control with respective custom data properties.
0 commit comments