GanttView.AllowDrawNewTask Property
Gets or sets whether an end user can add a new task by drawing the task in the Gantt area‘s new item row. This is a dependency property.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true, if drawing new tasks is allowed; otherwise, false. |
Remarks
When the GanttView.NewItemRowPosition property is set to Bottom,and the AllowDrawNewTask property is set to true, end users can draw new tasks without the need to enter start and end dates.
When an end user starts drawing a new task, the BeginNewTaskDraw event fires.
Note
If the AllowEditConnectors property is not specified, its value is equal to the AllowEditing property value.
See Also