Back to Devexpress

TcxCustomRow.Rows Property

vcl-cxvgrid-dot-tcxcustomrow-3a7368bc.md

latest519 B
Original Source

TcxCustomRow.Rows Property

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

Declaration

delphi
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

TcxCustomRow Class

TcxCustomRow Members

cxVGrid Unit