Skip to main content
A newer version of this page is available. .

GanttView.PredecessorLinksSelector Property

Gets or sets an object that chooses task dependencies based on custom logic. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

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

Declaration

public IPredecessorLinksSelector PredecessorLinksSelector { get; set; }

Property Value

Type
DevExpress.Xpf.Gantt.IPredecessorLinksSelector
See Also