New to Telerik UI for WinForms? Download free 30-day trial

Adding Links

The GanttViewLinkDataItem CollectionEditor allows you to add links (dependences) between the items in the gantt view at design time.

WinForms RadGanttView Adding Links Design Time

The more important properties of the links you need to set up are:

  • StartItem: Determines the item from which the link will start.

  • EndItem: Determines the item at which the link will end.

  • LinkType: Determines the type of the link (dependency) between the start and end items.

See Also

In this article