Back to Devexpress

GanttPredecessorLink Class

corelibraries-devexpress-dot-mvvm-dot-gantt.md

latest1.8 KB
Original Source

GanttPredecessorLink Class

A task dependency data object.

Namespace : DevExpress.Mvvm.Gantt

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public class GanttPredecessorLink :
    BindableBase
vb
Public Class GanttPredecessorLink
    Inherits BindableBase

Remarks

The GanttControl ships with the built-in data objects (GanttTask, GanttPredecessorLink ) for those who do not already have types for Gantt elements. You can assign a collection of these objects to the GanttControl.ItemsSource property without mapping properties to data source fields.

Refer to the getting started tutorial for more information on how to bind the GanttControl to a collection of built-in data objects.

Inheritance

Object BindableBase GanttPredecessorLink

See Also

GanttPredecessorLink Members

DevExpress.Mvvm.Gantt Namespace