Skip to main content
A newer version of this page is available. .
All docs
V22.2

GanttView.InvalidPredecessorLinks Property

Gets a collection of invalid predecessor links.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

Property Value

Type Description
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