GanttZoomOutToolbarItem Class
A toolbar item that zooms out.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Create the GanttZoomOutToolbarItem class instance and add this item to the Items collection to add a toolbar item that zooms out the chart.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsToolbar>
<Items>
<dx:GanttZoomInToolbarItem Text="Zoom In" />
<dx:GanttZoomOutToolbarItem Text="Zoom Out" />
</Items>
</SettingsToolbar>
</dx:ASPxGantt>
Examples
Inheritance
Object
StateManager
CollectionItem
MenuItem
GanttToolbarItemBase
GanttDefaultToolbarItem
GanttZoomOutToolbarItem
See Also