Skip to main content

GanttView.ResourceLinksSource Property

Gets or sets a source from which the GanttControl retrieves links to resources. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public object ResourceLinksSource { get; set; }

Property Value

Type Description
Object

A source from which the GanttControl retrieves links to resources.

See Also