Back to Devexpress

GanttPredecessorLinkMappings.LinkType Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttpredecessorlinkmappings-21e82c71.md

latest1.3 KB
Original Source

GanttPredecessorLinkMappings.LinkType Property

Specifies the data field from which the GanttControl should obtain the link type. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public Mapping LinkType { get; set; }
vb
Public Property LinkType As Mapping

Property Value

TypeDescription
Mapping

A mapping to the data field that contains link types.

|

Remarks

Refer to the Task Dependencies topic to learn more.

See Also

Task Dependencies

GanttPredecessorLinkMappings Class

GanttPredecessorLinkMappings Members

DevExpress.Xpf.Gantt Namespace