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.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.Gantt.IPredecessorLinksSelector | An object that implements the IPredecessorLinksSelector interface. |
See Also