Skip to main content
All docs
V25.1
  • 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.v25.1.dll

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