InterfaceIGroupable
Interface
Defines an item which can be part of a diagram group.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IGroupable
Properties
ParentGroup
Gets or sets the (unique) parent of this item.
Events
ParentGroupChanged
Occurs when the group to which this item belongs has changed.
Declaration
cs-api-definition
event EventHandler<PropertyEventArgs<IGroup>> ParentGroupChanged
Event Value