GanttRemoveTaskToolbarItem Class
A toolbar item that removes a task.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GanttRemoveTaskToolbarItem :
GanttDefaultToolbarItem
#Remarks
Create the GanttRemoveTaskToolbarItem class instance and add this item to the Items collection to add a toolbar item that removes a task.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsToolbar>
<Items>
<dx:GanttRemoveTaskToolbarItem Text="Remove Task" />
</Items>
</SettingsToolbar>
</dx:ASPxGantt>