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

GanttExtension.Bind(Object, Object) Method

Binds the Gantt to a data source.

Namespace: DevExpress.Web.Mvc

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

Declaration

public GanttExtension Bind(
    object dataObject,
    object taskDependencyObject
)

Parameters

Name Type Description
dataObject Object

The data source object.

taskDependencyObject Object

The task dependency object.

Returns

Type Description
GanttExtension

The Gantt extension.

See Also