Back to Devexpress

GanttView.AllowEditConnectors Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-884f5e45.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public bool? AllowEditConnectors { get; set; }
vb
Public Property AllowEditConnectors As Boolean?

Property Value

TypeDescription
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

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace