From f42f3c3a4b1d9d1bef7382d11797362eb115c2ee Mon Sep 17 00:00:00 2001 From: Sanjay Vikram Mariappan <154953240+sanjayvikramsf4373@users.noreply.github.com> Date: Fri, 12 Sep 2025 19:31:09 +0530 Subject: [PATCH 1/2] 964557- Update the Header for WPF Kanban Getting started custom model contents. --- wpf/Kanban-Board/Getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wpf/Kanban-Board/Getting-started.md b/wpf/Kanban-Board/Getting-started.md index b3d0bda03..f840af45b 100644 --- a/wpf/Kanban-Board/Getting-started.md +++ b/wpf/Kanban-Board/Getting-started.md @@ -75,11 +75,11 @@ Now the Syncfusion.SfKanban.WPF reference is added to the application references ![Adding SfKanban from toolbox Xaml Reference](sfkanban_images/wpf-kanban-board-xaml-reference.png) -### Populate WPF Kanban item source +## Populate WPF Kanban item source This section explains how to populate the WPF Kanban control's `ItemSource` by creating and binding both default and custom task data models. -#### Creating the default model tasks +### Creating the default model tasks * **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. @@ -197,7 +197,7 @@ public class ViewModel N> View the sample in [`GitHub`](https://github.com/SyncfusionExamples/Getting-started-in-SfKanban-WPF). -#### Creating the custom model tasks with data mapping +### Creating the custom model tasks with data mapping 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. From 43e3a0181af32a9894d90fbb255cda561d75c860 Mon Sep 17 00:00:00 2001 From: Vishal Omprasad Date: Fri, 12 Sep 2025 19:41:49 +0530 Subject: [PATCH 2/2] Kanban UG code snippet highlighted --- wpf/Kanban-Board/Getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf/Kanban-Board/Getting-started.md b/wpf/Kanban-Board/Getting-started.md index b3d0bda03..442266493 100644 --- a/wpf/Kanban-Board/Getting-started.md +++ b/wpf/Kanban-Board/Getting-started.md @@ -109,7 +109,7 @@ The following sample code demonstrates this process in action: {% endhighlight %} -{% 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" %} +{% 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" %} SfKanban kanban = new SfKanban() {