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

GanttAddTaskToolbarItem Class

A toolbar item that adds a new task.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public class GanttAddTaskToolbarItem :
    GanttDefaultToolbarItem

Remarks

Create the GanttAddTaskToolbarItem class instance and add this item to the Items collection to add a toolbar item that adds a new task.

<dx:ASPxGantt ID="Gantt" runat="server"...>
    ...
    <SettingsToolbar>
        <Items>
            <dx:GanttAddTaskToolbarItem Text="New Task" />
        </Items>
    </SettingsToolbar>
</dx:ASPxGantt>

Examples

Online Demo

Gantt - Toolbar

See Also