GanttExtension.Bind(Object, Object) Method
Binds the Gantt to a data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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