Editors object
The Editors collection holds a collection of Editor objects. Use the Editors property to access the control's editors collection. Use the Editor property to assign an editor to a node. The Editors collection supports the following properties and methods:

NameDescription
AddAdds a child editor and returns a reference to the newly created object.
ClearRemoves all objects in the collection.
CountReturns the number of objects in a collection.
ItemReturns a specific editor of the Editors collection.
ItemByKeyReturns an editor giving its key.
RemoveRemoves a specific member from the Editors collection.
RemoveByKeyRemoves an editor giving its key.