Skip to main content
All docs
V25.1
  • StripLineCollection.AddRange(StripLine[]) Method

    Adds the specified range of strip lines to the collection.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public void AddRange(
        params StripLine[] stripLines
    )

    Parameters

    Name Type Description
    stripLines StripLine[]

    An array of strip lines.

    See Also