Skip to content

Commit ffe3b1f

Browse files
Merge pull request #1940 from Syncfusion-Content/hotfix/hotfix-v31.1.17
DOCINFRA-2341_merged_using_automation
2 parents f44e5c9 + d238e01 commit ffe3b1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wpf/Kanban-Board/Getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ Now the Syncfusion.SfKanban.WPF reference is added to the application references
7575

7676
![Adding SfKanban from toolbox Xaml Reference](sfkanban_images/wpf-kanban-board-xaml-reference.png)
7777

78-
### Populate WPF Kanban item source
78+
## Populate WPF Kanban item source
7979

8080
This section explains how to populate the WPF Kanban control's `ItemSource` by creating and binding both default and custom task data models.
8181

82-
#### Creating the default model tasks
82+
### Creating the default model tasks
8383

8484
* **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.
8585

@@ -109,7 +109,7 @@ The following sample code demonstrates this process in action:
109109
</Grid>
110110

111111
{% endhighlight %}
112-
{% highlight C# hl_lines="1 2 3 4 5 7 8 9 10 11 13 14 15 16 17 19 20 21 22 23 24 25" %}
112+
{% highlight C# hl_lines="1 2 3 4 5 7 8 9 10 11 13 14 15 16 17 19 20 21 22 23 25" %}
113113

114114
SfKanban kanban = new SfKanban()
115115
{
@@ -197,7 +197,7 @@ public class ViewModel
197197

198198
N> View the sample in [`GitHub`](https://github.com/SyncfusionExamples/Getting-started-in-SfKanban-WPF).
199199

200-
#### Creating the custom model tasks with data mapping
200+
### Creating the custom model tasks with data mapping
201201

202202
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.
203203

0 commit comments

Comments
 (0)