MVCxClientGantt Methods
A client-side counterpart of the Gantt extension.| Name | Description |
|---|---|
| Cast(obj) static | Converts the specified object to the MVCxClientGantt type. |
| PerformCallback(data) | Sends a callback with a parameter to update MVCxGantt by processing the passed information on the server, in an Action specified via the gantt’s GanttSettings.CustomActionRouteValues property. |
See Also