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.ClearRows Method

In This Article

Deletes all the rows from the control.

#Declaration

Delphi
procedure ClearRows;

#Remarks

You can use the ClearRows method to delete all the rows from the grid control.

After the rows have been deleted, you may wish to add new ones. This can be done either by adding row-by-row using the Add (or AddChild) method or by copying existing rows from another vertical grid control via AssignRows.

See Also