GanttView.AllowEditConnectors Property
Gets or sets whether an end user is allowed to edit the connectors in the Gantt area. 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 connector editing is allowed; otherwise, false. |
Remarks
The AllowEditConnectors property specifies whether end users can:
- drag the new connectors from the thumbs displayed to the left and right from a focused predecessor task
- drag an existing connector from one successor to another, that is, edit the connector
- drag an existing connector outside the control, that is, remove the connector
Note
If the AllowEditConnectors property is not specified, its value is equal to the AllowEditing property value.
See Also