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

RowDefinitions.Item[Int32] Property

Provides indexed access to rows within the current row collection.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public virtual RowDefinition this[int index] { get; }

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