aspnet-devexpress-dot-web-dot-aspxgantt-2db2447d.md
A toolbar item that repeats the undone action.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public class GanttRedoToolbarItem :
GanttDefaultToolbarItem
Public Class GanttRedoToolbarItem
Inherits GanttDefaultToolbarItem
Create the GanttRedoToolbarItem class instance and add this item to the Items collection to add a toolbar item that repeats the undone action.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsToolbar>
<Items>
<dx:GanttUndoToolbarItem Text="Undo" />
<dx:GanttRedoToolbarItem Text="Redo" />
</Items>
</SettingsToolbar>
</dx:ASPxGantt>
Run Demo: (Web Forms) Gantt Toolbar
Object StateManager CollectionItem MenuItem GanttToolbarItemBase GanttDefaultToolbarItem GanttRedoToolbarItem
See Also