Skip to content

Commit 6b945a5

Browse files
Merge pull request #1168 from syncfusion-content/Kanban-UG-review-correction-hotfix
977013-[Hotfix] WinUI Kanban UG review corrections addressed
2 parents 644b7f6 + 29b8bc1 commit 6b945a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

winui/Kanban/getting-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public sealed partial class MainWindow : Window
5757

5858
## Populate WinUI Kanban item source
5959

60-
This section explains how to populate the .NET MAUI Kanban control's `ItemSource` by creating and binding both default and custom task data models.
60+
This section explains how to populate the WinUI Kanban control's `ItemSource` by creating and binding both default and custom task data models.
6161

6262
### Creating the default model tasks
6363

@@ -214,8 +214,6 @@ public class ViewModel
214214
{% endhighlight %}
215215
{% endtabs %}
216216

217-
![defining-columns-in-winui-kanban](images/getting-started/defining-columns-in-winui-kanban.png)
218-
219217
### Creating the custom model tasks with data mapping
220218

221219
You can also map custom data model to our Kanban control. The following steps demonstrate how to render tasks using the [WinUI Kanban](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Kanban.SfKanban.html) control with respective custom data properties.

0 commit comments

Comments
 (0)