method Items.RemoveAll ()
Removes all items from the control.

TypeDescription

Use the RemoveAll items in order to clear the Items collection. The RemoveAll method doesn't clear the Columns collection. Use the Clear method to clear the remove all columns and all items. Use the Remove method to remove an item. The control fires the RemoveItem event before removing an item. The RemoveAll method is not available if the control is running in the virtual mode.