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

GanttColumnCollection.Item[Int32] Property

Provides indexed access to columns in the collection.

Namespace: DevExpress.Web.ASPxGantt

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

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