Skip to main content

QueryAllowPredecessorLinkEditEventArgs.AllowDelete Property

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

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public bool AllowDelete { get; set; }

Property Value

Type Description
Boolean

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

See Also