Skip to main content
A newer version of this page is available. .

GanttFullScreenToolbarItem Class

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

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.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>

Examples

Online Demos

See Also