Class NodeDragAndDropEventArgs
Class which is used as the argument for Node Drag Delta and Node Drag Completed events
Inheritance
System.Object
NodeDragAndDropEventArgs
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class NodeDragAndDropEventArgs : RoutedEventArgs
Constructors
NodeDragAndDropEventArgs()
Declaration
public NodeDragAndDropEventArgs()
Properties
End
Gets or sets the end.
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end. |
EndTime
Gets or sets the end time.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The end time. |
HorizontalChange
Gets or sets the horizontal change.
Declaration
public double HorizontalChange { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The horizontal change. |
Node
Gets or sets the node.
Declaration
public GanttNode Node { get; set; }
Property Value
Type | Description |
---|---|
GanttNode | The node. |
NodePresenter
Gets or sets the node parent.
Declaration
public GanttChartRowItemsPresenter NodePresenter { get; }
Property Value
Type | Description |
---|---|
GanttChartRowItemsPresenter | The node parent. |
Start
Gets or sets the start.
Declaration
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start. |
StartTime
Gets or sets the start time.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The start time. |