From 09f9a64cad33f17a753fe3df697d546619235cbc Mon Sep 17 00:00:00 2001 From: KerubananthanGanesan Date: Thu, 11 Sep 2025 16:59:30 +0530 Subject: [PATCH 1/2] 980536-[WPF Gantt] Drag and drop content updated --- wpf/Gantt/drag-drop.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wpf/Gantt/drag-drop.md b/wpf/Gantt/drag-drop.md index 936c5d8dab..8f01ec5055 100644 --- a/wpf/Gantt/drag-drop.md +++ b/wpf/Gantt/drag-drop.md @@ -81,6 +81,7 @@ Using the [TreeGridNodeDrop](https://help.syncfusion.com/cr/wpf/Syncfusion.Windo * [Nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.TreeGridNodeDropEventArgs.html#Syncfusion_Windows_Controls_Gantt_TreeGridNodeDropEventArgs_Nodes) - Gets the item that contains the associated data. * [TargetNode](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.TreeGridNodeDropEventArgs.html#Syncfusion_Windows_Controls_Gantt_TreeGridNodeDropEventArgs_TargetNode) - Gets a value indicating the target node which is going to drop. +* [Position](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.TreeGridNodeDropEventArgs.html…) - Gets the position where the dragged node is dropped relative to the target node. {% tabs %} {% highlight xaml %} From c4905285531500f0ba8cede82b56406093898b32 Mon Sep 17 00:00:00 2001 From: KerubananthanGanesan Date: Thu, 11 Sep 2025 17:03:43 +0530 Subject: [PATCH 2/2] 980536-[WPF Gantt] Updated API link --- wpf/Gantt/drag-drop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf/Gantt/drag-drop.md b/wpf/Gantt/drag-drop.md index 8f01ec5055..4d3355a761 100644 --- a/wpf/Gantt/drag-drop.md +++ b/wpf/Gantt/drag-drop.md @@ -81,7 +81,7 @@ Using the [TreeGridNodeDrop](https://help.syncfusion.com/cr/wpf/Syncfusion.Windo * [Nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.TreeGridNodeDropEventArgs.html#Syncfusion_Windows_Controls_Gantt_TreeGridNodeDropEventArgs_Nodes) - Gets the item that contains the associated data. * [TargetNode](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.TreeGridNodeDropEventArgs.html#Syncfusion_Windows_Controls_Gantt_TreeGridNodeDropEventArgs_TargetNode) - Gets a value indicating the target node which is going to drop. -* [Position](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.TreeGridNodeDropEventArgs.html…) - Gets the position where the dragged node is dropped relative to the target node. +* [Position](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.TreeGridNodeDropEventArgs.html#Syncfusion_Windows_Controls_Gantt_TreeGridNodeDropEventArgs_Position) - Gets the position where the dragged node is dropped relative to the target node. {% tabs %} {% highlight xaml %}