Skip to content

Commit 090fb73

Browse files
Merge pull request #1936 from syncfusion-content/964557-UpdateHeader
964557- Update the Header for WPF Kanban Getting started custom model contents.
2 parents 34b8bf1 + f42f3c3 commit 090fb73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wpf/Kanban-Board/Getting-started.md

Lines changed: 3 additions & 3 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

@@ -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)