Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public IPredecessorLinksSelector PredecessorLinksSelector { get; set; }

Property Value

Type Description
DevExpress.Xpf.Gantt.IPredecessorLinksSelector

An object that implements the IPredecessorLinksSelector interface.

See Also