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

ASPxGantt.ResourceAssignmentsDataSource Property

Specifies the data source from which the gantt retrieves resource assignments.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

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

Property Value

Type Default Description
Object *null*

The data source object.

See Also