Back to Devexpress

GanttView.InvalidPredecessorLinks Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-26a4e74f.md

latest1.5 KB
Original Source

GanttView.InvalidPredecessorLinks Property

Gets a collection of invalid predecessor links.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public ReadOnlyCollection<object> InvalidPredecessorLinks { get; }
vb
Public ReadOnly Property InvalidPredecessorLinks As ReadOnlyCollection(Of Object)

Property Value

TypeDescription
ReadOnlyCollection<Object>

A collection of invalid predecessor links.

|

Remarks

The InvalidPredecessorLinks property returns an empty collection if link validation is disabled (the AllowValidatePredecessorLinks is set to false).

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace