NewTaskDrawingEventArgs Class
Provides data for the GanttView.NewTaskDrawing event.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Remarks
Use the StartDate property to get the newly created task’s start date.
The FinishDate property allows you to change the newly created task’s finish date.
Inheritance
Object
EventArgs
RoutedEventArgs
NewTaskDrawingEventArgs
See Also