Skip to main content
All docs
V23.2

GanttTaskDetailsToolbarItem Class

A toolbar item that invokes the Task Details dialog.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GanttTaskDetailsToolbarItem :
    GanttDefaultToolbarItem

Remarks

Create a GanttTaskDetailsToolbarItem class instance and add it to the Items collection to add a toolbar item that invokes the Task Details dialog.

<dx:ASPxGantt ID="Gantt" runat="server"...>
    ...
    <SettingsToolbar>
        <Items>
            <dx:GanttTaskDetailsToolbarItem ... />            
        </Items>
    </SettingsToolbar>
</dx:ASPxGantt>

Run Demo: (Web Forms) Gantt Toolbar

Run Demo: (MVC) Gantt Toolbar

Examples

See Also