method Editor.ClearItems ()
Clears the items collection.

TypeDescription
The ClearItems method clears the predefined values added using AddItem, InsertItem methods. Use the RemoveItem method to remove a particular item. Use the DropDownVisible property to hide the drop-down window. Use the Refresh method to update the editor's content, if it depends on predefined values. Use the Value property to update the editor's value.