TcxVerticalGridRows.AssignRows(TcxVerticalGridRows) Method
Copies one row collection to another.
Declaration
procedure AssignRows(Source: TcxVerticalGridRows);
Parameters
| Name | Type |
|---|---|
| Source | TcxVerticalGridRows |
Remarks
Call this procedure to copy one row collection to another. This procedure copies the complete rows structure, i.e. all parent rows and their children.
See Also