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

ASPxClientGantt.ExpandTask(key) Method

Expands the specified task.

Declaration

ExpandTask(
    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.ExpandTask(key);

Examples

Concepts

See Also