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
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index. |
| stripLine | StripLine | A strip line. |
See Also