GanttExtension.Bind(Object, Object) Method
In This Article
Binds the Gantt to a data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GanttExtension Bind(
object dataObject,
object taskDependencyObject
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | The data source object. |
task |
Object | The task dependency object. |
#Returns
Type | Description |
---|---|
Gantt |
The Gantt extension. |
See Also