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

VerticalGridRowCollection.Item[Int32] Property

Provides indexed access to rows within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public VerticalGridRow this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that specifies the index of the required row.

Property Value

Type Description
VerticalGridRow

A VerticalGridRow object that represents a row at the specified index.

See Also