InterfaceIContainerItem
Interface
Represents interface for container node.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IContainerItem
Properties
Items
Gets the items.
Methods
AddItem(object)
Adds the item to its children.
RemoveItem(object)
Removes the item from its children.