GanttView.InvalidPredecessorLinks Property
Gets a collection of invalid predecessor links.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public ReadOnlyCollection<object> InvalidPredecessorLinks { get; }
#Property Value
Type | Description |
---|---|
Read |
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
).