Skip to main content

GanttToolbarItemCollection Class

Represents the toolbar item collection.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

#Declaration

public class GanttToolbarItemCollection :
    MenuItemCollection

The following members return GanttToolbarItemCollection objects:

#Remarks

Members of this class can be used to add, delete, access toolbar items and perform other common collection management tasks.

See Also