Skip to main content
All docs
V25.1
  • GanttColumnCollection.IndexOf(GanttColumnBase) Method

    Returns the specified column’s position in the collection.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public int IndexOf(
        GanttColumnBase column
    )

    Parameters

    Name Type Description
    column GanttColumnBase

    The Gantt column.

    Returns

    Type Description
    Int32

    The column’s index.

    See Also