wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-884f5e45.md
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
public bool? AllowEditConnectors { get; set; }
Public Property AllowEditConnectors As Boolean?
| Type | Description |
|---|---|
| Nullable<Boolean> |
true, if connector editing is allowed; otherwise, false.
|
The AllowEditConnectors property specifies whether end users can:
Note
If the AllowEditConnectors property is not specified, its value is equal to the AllowEditing property value.
See Also