GanttView.InvalidPredecessorLinks Property
Gets a collection of invalid predecessor links.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.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