Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: 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