Skip to content

Commit 09f9a64

Browse files
980536-[WPF Gantt] Drag and drop content updated
1 parent 05797f5 commit 09f9a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wpf/Gantt/drag-drop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Using the [TreeGridNodeDrop](https://help.syncfusion.com/cr/wpf/Syncfusion.Windo
8181

8282
* [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.
8383
* [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.
84+
* [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.
8485

8586
{% tabs %}
8687
{% highlight xaml %}

0 commit comments

Comments
 (0)