GanttToolbarItemCollection.Item[Int32] Property
In This Article
Provides indexed access to toolbar items in the collection.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GanttToolbarItemBase this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The item’s index. |
#Property Value
Type | Description |
---|---|
Gantt |
The toolbar item. |
See Also