Back to Devexpress

GanttView.AllowValidatePredecessorLinks Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-4d52c3a1.md

latest1.3 KB
Original Source

GanttView.AllowValidatePredecessorLinks Property

Gets or sets whether the GanttControl validates connectors and highlights invalid connectors. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public bool AllowValidatePredecessorLinks { get; set; }
vb
Public Property AllowValidatePredecessorLinks As Boolean

Property Value

TypeDescription
Boolean

true , if the GanttControl validates connectors; otherwise, false.

|

Remarks

When the AllowValidatePredecessorLinks property is set to true , the GanttControl marks the invalid connectors in red.

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace