Skip to main content
All docs
V19.1

GanttColumnCollection.IndexOf(GanttColumn) Method

Returns the specified column’s position in the collection.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public int IndexOf(
    GanttColumn column
)

Parameters

Name Type Description
column GanttColumn

The gantt column.

Returns

Type Description
Int32

The column’s position in the collection. -1 if the collection doesn’t contain the specified column.

See Also