GanttFullScreenToolbarItem Class
A toolbar item that switches the Gantt control to full screen mode.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GanttFullScreenToolbarItem :
GanttDefaultToolbarItem
#Remarks
Create the GanttFullScreenToolbarItem class instance and add this item to the Items collection to add a toolbar item that switches the Gantt control to full screen mode.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsToolbar>
<Items>
<dx:GanttFullScreenToolbarItem Text="Full Screen" />
</Items>
</SettingsToolbar>
</dx:ASPxGantt>