TcxVerticalGridRows.AssignRows(TcxVerticalGridRows) Method
In This Article
Copies one row collection to another.
#Declaration
Delphi
procedure AssignRows(Source: TcxVerticalGridRows);
#Parameters
Name | Type |
---|---|
Source | Tcx |
#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