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

    A toolbar item that reverses the last action.

    Namespace: DevExpress.Web.ASPxGantt

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

    Declaration

    public class GanttUndoToolbarItem :
        GanttDefaultToolbarItem

    Remarks

    Create the GanttUndoToolbarItem class instance and add this item to the Items collection to add a toolbar item that reverses the last 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

    Run Demo: (MVC) Gantt Toolbar

    Examples

    See Also