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

    A toolbar item that switches the Gantt control to full screen mode.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public class GanttFullScreenToolbarItem :
        GanttDefaultToolbarItem

    Remarks

    Create the GanttFullScreenToolbarItem class instance and add this item to the Items collection to add a toolbar item that switches the Gantt control to full screen mode.

    <dx:ASPxGantt ID="Gantt" runat="server"...>
        ...
        <SettingsToolbar>
            <Items>
                <dx:GanttFullScreenToolbarItem Text="Full Screen" />
            </Items>
        </SettingsToolbar>
    </dx:ASPxGantt>
    

    Run Demo: (Web Forms) Gantt Toolbar

    Run Demo: (MVC) Gantt Toolbar

    Examples

    See Also