Back to Devexpress

ASPxClientGantt.CollapseAll Method

aspnet-js-aspxclientgantt-6d5d6582.md

latest1.1 KB
Original Source

ASPxClientGantt.CollapseAll Method

Collapses all tasks.

Declaration

ts
CollapseAll(): void

Remarks

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

Examples

Concepts

See Also

ASPxGantt - Overview

MVCxGantt - Overview

ASPxGantt - 'How To' Examples

MVCxGantt - 'How To' Examples

ASPxClientGantt Class

ASPxClientGantt Members