From 8c8c00356d60f3c15095d47fc3fd7dde0662ce1d Mon Sep 17 00:00:00 2001 From: AARTHI Date: Wed, 17 Dec 2025 20:40:14 +0530 Subject: [PATCH] Added API links --- wpf/Kanban-Board/Cards.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wpf/Kanban-Board/Cards.md b/wpf/Kanban-Board/Cards.md index a1de2356c..e5acbed4e 100644 --- a/wpf/Kanban-Board/Cards.md +++ b/wpf/Kanban-Board/Cards.md @@ -192,7 +192,7 @@ An interactive tooltip provides additional details about the cards on hovering t ### Enable tooltip for cards -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.` +To enable tooltip for the kanban cards, use [IsToolTipEnabled](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_IsToolTipEnabled) property of [SfKanban](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html). By default, [IsToolTipEnabled](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_IsToolTipEnabled) is set to `false.` To provide users with additional information or context about cards, simply set this property to `true.` {% tabs %} {% highlight XAML hl_lines="2" %} @@ -276,7 +276,7 @@ public class ViewModel ### Customize tooltip appearance -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). +You can customize the tooltip appearance by using the [`ToolTipTemplate`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_ToolTipTemplate) property in the [SfKanban](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html). The following code example shows the usage of DataTemplate. @@ -400,4 +400,4 @@ public class ViewModel {% endtabs %} N> -* This property will only be applicable when `IsToolTipEnabled` is set to `true.` +* This property will only be applicable when [IsToolTipEnabled](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_IsToolTipEnabled) is set to `true.`