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

GanttToolbarItemCollection Class

Represents the toolbar item collection.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.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