Skip to main content
A newer version of this page is available. .

StripLineCollection.Item[Int32] Property

Provides indexed access to strip lines in the collection.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public StripLine this[int index] { get; }

Parameters

Name Type Description
index Int32

A strip line’s index.

Property Value

Type Description
StripLine

The strip line.

See Also