RowDefinitions.Item[Int32] Property
Provides indexed access to rows within the current row collection.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | A zero-based integer value that specifies the index of the required row. |
Property Value
| Type | Description |
|---|---|
| RowDefinition | An object that represents the row at the specified position within the collection. |
Remarks
If the index parameter is negative or exceeds the last available index, an exception is raised.
See Also