Skip to main content
All docs
V23.2

GanttView.InvalidPredecessorLinks Property

Gets a collection of invalid predecessor links.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v23.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