Back to Devexpress

ASPxClientGantt.ExpandTask(key) Method

aspnet-js-aspxclientgantt-dot-expandtask-x28-key-x29.md

latest1.3 KB
Original Source

ASPxClientGantt.ExpandTask(key) Method

Expands the specified task.

Declaration

ts
ExpandTask(
    key: any
): void

Parameters

NameTypeDescription
keyany

The task key.

|

Remarks

aspx
<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
    //...
</dx:ASPxGantt>
js
var key="key1"
clientGantt.ExpandTask(key);

Examples

Concepts

See Also

ASPxGantt - Overview

MVCxGantt - Overview

ASPxGantt - 'How To' Examples

MVCxGantt - 'How To' Examples

ASPxClientGantt Class

ASPxClientGantt Members