Gets or sets the order of entities in context menu.
Events
Name
Type
Description
ItemAdding
ItemAddingEventHandler
Occurs when we are about to add some item into the entities tree This event allows to filter items based on some condition (just set Accept property of event arguments to false)
Returns true if the item passed in parameter satisfies the current filter. This method calls FilterItem event which allows you to filter some items before they are added into the tree
UpdateModelInfo()
void
Updates the control by the latest changes in associated model.