Skip to main content

TcxCustomRow.Rows Property

Provides access to the current row’s child rows using zero-based indexes.

Declaration

property Rows[Index: Integer]: TcxCustomRow read;

Property Value

Type
TcxCustomRow

Remarks

Use this property to access a child row whose index is passed as the Index parameter.

See Also