GanttTask.ResourceLinks Property
In This Article
Gets or sets a collection of links to resources.
Namespace: DevExpress.Mvvm.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public ObservableCollection<GanttResourceLink> ResourceLinks { get; set; }
#Property Value
Type | Description |
---|---|
Observable |
A collection of links to resources. |
See Also