GanttExpandAllToolbarItem Class
A toolbar item that expands all tasks.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GanttExpandAllToolbarItem :
GanttDefaultToolbarItem
#Remarks
Create the GanttExpandAllToolbarItem class instance and add this item to the Items collection to add a toolbar item that expands all tasks.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsToolbar>
<Items>
<dx:GanttExpandAllToolbarItem Text="Expand All" />
</Items>
</SettingsToolbar>
</dx:ASPxGantt>