Skip to main content
All docs
V26.1
  • StripLineCollection.Insert(Int32, StripLine) Method

    Adds a strip line to the specified position in the collection.

    Namespace: DevExpress.Web.ASPxGantt

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

    Declaration

    public void Insert(
        int index,
        StripLine stripLine
    )

    Parameters

    Name Type Description
    index Int32

    The index.

    stripLine StripLine

    A strip line.

    See Also