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.Remove(TcxCustomRow) Method

Removes a row from the grid.

#Declaration

Delphi
procedure Remove(ARow: TcxCustomRow);

#Parameters

Name Type
ARow TcxCustomRow

#Remarks

Use the Remove method to delete a particular row from the collection of grid rows (see Rows).

The ARow parameter specifies the row to be removed.

Additionally, you can remove all rows at once using the ClearRows method.

See Also