GanttToolbarItemCollection Class
In This Article
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
#Related API Members
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.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also