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

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

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public void Insert(
        int index,
        StripLine stripLine
    )

    Parameters

    Name Type Description
    index Int32

    The index.

    stripLine StripLine

    A strip line.

    See Also