Skip to main content

GanttColumnCollection.Item[Int32] Property

Provides indexed access to columns in the collection.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public GanttColumnBase this[int index] { get; }

Parameters

Name Type Description
index Int32

The zero-based column’s index in the collection.

Property Value

Type Description
GanttColumnBase

The gantt column.

See Also