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

ASPxClientGantt.CollapseTask(key) Method

Collapses the specified parent task.

Declaration

CollapseTask(
    key: any
): void

Parameters

Name Type Description
key any

The task key.

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
    //...
</dx:ASPxGantt>
See Also