Back to Devexpress

GanttToolbarItemCollection Class

aspnet-devexpress-dot-web-dot-aspxgantt-62601305.md

latest2.5 KB
Original Source

GanttToolbarItemCollection Class

Represents the toolbar item collection.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class GanttToolbarItemCollection :
    MenuItemCollection
vb
Public Class GanttToolbarItemCollection
    Inherits 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<MenuItem>

ICollection<MenuItem>

IEnumerable<MenuItem>

IHierarchicalEnumerable

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GanttToolbarItemCollection

See Also

GanttToolbarItemCollection Members

DevExpress.Web.ASPxGantt Namespace