TcxCustomRow.Rows Property
In This Article
Provides access to the current row’s child rows using zero-based indexes.
#Declaration
Delphi
property Rows[Index: Integer]: TcxCustomRow read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access a child row whose index is passed as the Index parameter.
See Also