Back to Devexpress

GanttZoomOutToolbarItem Class

aspnet-devexpress-dot-web-dot-aspxgantt-b68ebc21.md

latest2.8 KB
Original Source

GanttZoomOutToolbarItem Class

A toolbar item that zooms out.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class GanttZoomOutToolbarItem :
    GanttDefaultToolbarItem
vb
Public Class GanttZoomOutToolbarItem
    Inherits GanttDefaultToolbarItem

Remarks

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

aspx
<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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IEnumerable

IHierarchyData

Inheritance

Object StateManager CollectionItem MenuItem GanttToolbarItemBase GanttDefaultToolbarItem GanttZoomOutToolbarItem

See Also

GanttZoomOutToolbarItem Members

ASPxGantt - 'How To' Examples

DevExpress.Web.ASPxGantt Namespace