Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public bool? AllowEditConnectors { get; set; }

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