ASPxClientGantt.CollapseTask(key) Method
In This Article
Collapses the specified parent task.
#Declaration
TypeScript
CollapseTask(
key: any
): void
#Parameters
Name | Type | Description |
---|---|---|
key | any | The task key. |
#Remarks
<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
//...
</dx:ASPxGantt>
var key="key1"
clientGantt.CollapseTask(key);
#Examples
#Concepts
See Also