Back to Devexpress

PredecessorLinkEditCanceledEventArgs.Predecessor Property

wpf-devexpress-dot-xpf-dot-gantt-dot-predecessorlinkeditcanceledeventargs.md

latest1.3 KB
Original Source

PredecessorLinkEditCanceledEventArgs.Predecessor Property

Gets the predecessor task that is linked to the successor task after the canceled connector editing.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public TreeListNode Predecessor { get; }
vb
Public ReadOnly Property Predecessor As TreeListNode

Property Value

TypeDescription
TreeListNode

A predecessor task.

|

Remarks

When an end user cancels creation of an existing connector, the Predecessor property returns a predecessor task that was connected to a successor task before editing the connection.

See Also

PredecessorLinkEditCanceledEventArgs Class

PredecessorLinkEditCanceledEventArgs Members

DevExpress.Xpf.Gantt Namespace