StripLineCollection.Item[Int32] Property
In This Article
Provides indexed access to strip lines in the collection.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A strip line’s index. |
#Property Value
Type | Description |
---|---|
Strip |
The strip line. |
See Also