Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomVerticalGrid.AssignRows(TcxCustomVerticalGrid) Method

Copies a number of rows.

#Declaration

Delphi
procedure AssignRows(Source: TcxCustomVerticalGrid); virtual;

#Parameters

Name Type
Source TcxCustomVerticalGrid

#Remarks

The AssignRows method replaces existing grid rows with those copied from another vertical grid.

Also, you can add new rows to the control by using the Add or AddChild methods. You can delete all the rows from the control by calling the ClearRows method.

See Also