Class TreeGridNodeDropEventArgs
Provides data for the TreeGridNodeDrop event, which occurs when an item to be dropped within Gantt control.
Inheritance
System.Object
TreeGridNodeDropEventArgs
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class TreeGridNodeDropEventArgs : CancelEventArgs
Constructors
TreeGridNodeDropEventArgs()
Declaration
public TreeGridNodeDropEventArgs()
Properties
Nodes
Gets the item that contains the associated data while dragging the rows.
Declaration
public object Nodes { get; }
Property Value
Type |
---|
System.Object |
Remarks
When the GanttSelectionMode is set to Multiple, retrieve several nodes from Nodes upon selecting and dragging multiple nodes.
TargetNode
Gets a value indicating the target node which is going to drop.
Declaration
public object TargetNode { get; }
Property Value
Type |
---|
System.Object |