Skip to main content
All docs
V25.1
  • StripLineCollection.IndexOf(StripLine) Method

    Returns the specified rule’s position in the collection.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public int IndexOf(
        StripLine stripLine
    )

    Parameters

    Name Type Description
    stripLine StripLine

    A strip line.

    Returns

    Type Description
    Int32

    The index.

    See Also