aspnet-devexpress-dot-web-dot-aspxgantt-48da3646.md
A toolbar item that zooms in.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public class GanttZoomInToolbarItem :
GanttDefaultToolbarItem
Public Class GanttZoomInToolbarItem
Inherits GanttDefaultToolbarItem
Create the GanttZoomInToolbarItem class instance and add this item to the Items collection to add a toolbar item that zooms in the chart.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsToolbar>
<Items>
<dx:GanttZoomInToolbarItem Text="Zoom In" />
<dx:GanttZoomOutToolbarItem Text="Zoom Out" />
</Items>
</SettingsToolbar>
</dx:ASPxGantt>
Run Demo: (Web Forms) Gantt Toolbar
Object StateManager CollectionItem MenuItem GanttToolbarItemBase GanttDefaultToolbarItem GanttZoomInToolbarItem
See Also