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

    A toolbar item that expands all tasks.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public class GanttExpandAllToolbarItem :
        GanttDefaultToolbarItem

    Remarks

    Create the GanttExpandAllToolbarItem class instance and add this item to the Items collection to add a toolbar item that expands all tasks.

    <dx:ASPxGantt ID="Gantt" runat="server"...>
        ...
        <SettingsToolbar>
            <Items>
                <dx:GanttExpandAllToolbarItem Text="Expand All" />
            </Items>
        </SettingsToolbar>
    </dx:ASPxGantt>
    

    Run Demo: (Web Forms) Gantt Toolbar

    Run Demo: (MVC) Gantt Toolbar

    Examples

    See Also