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

ASPxGantt.DependenciesDataSource Property

Specifies the data source from which the gantt retrieves task dependencies.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

[DefaultValue(null)]
public virtual object DependenciesDataSource { get; set; }

Property Value

Type Default Description
Object *null*

The data source object.

See Also