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.v22.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.

Remarks

View Example

See Also