Skip to content

Commit a3b6609

Browse files
Update links to SfKanban documentation for WPF
1 parent ad0d0d8 commit a3b6609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wpf/Kanban-Board/Cards.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ An interactive tooltip provides additional details about the cards on hovering t
192192

193193
### Enable tooltip for cards
194194

195-
To enable tooltip for the kanban cards, use `IsToolTipEnabled` property of [SfKanban](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Kanban.SfKanban.html). By default, `IsToolTipEnabled` is set to `false.` To provide users with additional information or context about cards, simply set this property to `true.`
195+
To enable tooltip for the kanban cards, use `IsToolTipEnabled` property of [SfKanban](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html). By default, `IsToolTipEnabled` is set to `false.` To provide users with additional information or context about cards, simply set this property to `true.`
196196

197197
{% tabs %}
198198
{% highlight XAML hl_lines="2" %}
@@ -206,7 +206,7 @@ To enable tooltip for the kanban cards, use `IsToolTipEnabled` property of [SfKa
206206
</kanban:SfKanban>
207207

208208
{% endhighlight %}
209-
{% highlight C# hl %}
209+
{% highlight C# %}
210210

211211
this.kanban.IsToolTipEnabled = true;
212212

@@ -276,7 +276,7 @@ public class ViewModel
276276

277277
### Customize tooltip appearance
278278

279-
You can customize the tooltip appearance by using the `ToolTipTemplate` property in the [SfKanban](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Kanban.SfKanban.html).
279+
You can customize the tooltip appearance by using the `ToolTipTemplate` property in the [SfKanban](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html).
280280

281281
The following code example shows the usage of DataTemplate.
282282

0 commit comments

Comments
 (0)