aspnet-devexpress-dot-web-dot-aspxgantt-0ce7fe2a.md
A toolbar item that collapses all tasks.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public class GanttCollapseAllToolbarItem :
GanttDefaultToolbarItem
Public Class GanttCollapseAllToolbarItem
Inherits GanttDefaultToolbarItem
Create the GanttCollapseAllToolbarItem class instance and add this item to the Items collection to add a toolbar item that collapses all tasks.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsToolbar>
<Items>
<dx:GanttCollapseAllToolbarItem Text="Collapse All" />
</Items>
</SettingsToolbar>
</dx:ASPxGantt>
Run Demo: (Web Forms) Gantt Toolbar
Object StateManager CollectionItem MenuItem GanttToolbarItemBase GanttDefaultToolbarItem GanttCollapseAllToolbarItem
See Also