Skip to main content

GanttZoomInToolbarItem Class

A toolbar item that zooms in.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GanttZoomInToolbarItem :
    GanttDefaultToolbarItem

Remarks

Create the GanttZoomInToolbarItem class instance and add this item to the Items collection to add a toolbar item that zooms in the chart.

Gantt - GanttZoomInToolbarItem Class

<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

Run Demo: (MVC) Gantt Toolbar

Examples

See Also