Skip to main content

StripLineCollection.Insert(Int32, StripLine) Method

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

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.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