Skip to main content
All docs
V26.1
  • GanttView.InvalidPredecessorLinks Property

    Gets a collection of invalid predecessor links.

    Namespace: DevExpress.Xpf.Gantt

    Assembly: DevExpress.Xpf.Gantt.v26.1.dll

    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