Skip to main content
All docs
V25.1
  • GanttDependencyMappings.DataSource Property

    Gets or sets the data source that contains information about dependencies between tasks.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public object DataSource { get; set; }

    Property Value

    Type Description
    Object

    An object that specifies a data source.

    Remarks

    This property is equivalent to the GanttControl.DependencySource property.

    See Also