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

GanttExtension.Bind(Object, Object, Object, Object) Method

Binds the Gantt to a data source.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GanttExtension Bind(
    object taskObject,
    object taskDependencyObject,
    object resourceObject,
    object resourceAssignmentObject
)

Parameters

Name Type Description
taskObject Object

The task object.

taskDependencyObject Object

The task dependency object.

resourceObject Object

The resource object.

resourceAssignmentObject Object

The resource assignment object.

Returns

Type Description
GanttExtension

The Gantt extension.

See Also