VerticalGridRowCollection.Item[Int32] Property
In This Article
Provides indexed access to rows within the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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 |
---|---|
Vertical |
A Vertical |
See Also