Skip to main content
A newer version of this page is available. .

GanttConnector.Content Property

Gets the bound predecessor link object.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public object Content { get; }

Property Value

Type Description
Object

An object from data source that contains predecessor link info.

See Also