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.ASPxTreeList.v19.1.dll

Declaration

public GanttColumn this[int index] { get; }

Parameters

Name Type Description
index Int32

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

Property Value

Type Description
GanttColumn

The gantt column.

See Also