IGroupable
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:
C#
public interface IGroupable
Derived Classes:
Properties
Gets or sets the (unique) parent of this item.
C#
IGroup ParentGroup { get; set; }
Events
Occurs when the group to which this item belongs has changed.
C#
event EventHandler<PropertyEventArgs<IGroup>> ParentGroupChanged