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

QueryAllowPredecessorLinkEditEventArgs.AllowEdit Property

Gets or sets whether an end user can edit the processed connector (predecessor link).

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v20.2.dll

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

Declaration

public bool AllowEdit { get; set; }

Property Value

Type Description
Boolean

true, if an end user can edit the processed connector; otherwise, false.

See Also