Skip to main content
A newer version of this page is available. .

TcxCustomGridTableView.ClearItems Method

Removes all items from the View.

Declaration

procedure ClearItems;

Remarks

Call this method to remove all items from the Items collection. When all View items are destroyed, then a View displays nothing. To remove a specific item, call its destructor.

See Also