Skip to main content
All docs
V25.1
  • GanttZoomInToolbarItem Class

    A toolbar item that zooms in.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.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