Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public object ResourceLinksSource { get; set; }

    Property Value

    Type Description
    Object

    A source from which the GanttControl retrieves links to resources.

    See Also