Class TreeGridNodeDragStartingEventArgs
Provides data for the TreeGridNodeDragStarting event, which occurs when an item is to be dragged.
Inheritance
System.Object
TreeGridNodeDragStartingEventArgs
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class TreeGridNodeDragStartingEventArgs : CancelEventArgs
Constructors
TreeGridNodeDragStartingEventArgs()
Declaration
public TreeGridNodeDragStartingEventArgs()
Properties
Nodes
Gets the nodes that contain 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.