Interface IGroupable
Defines an item which can be part of a diagram group.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface IGroupable
Properties
ParentGroup
Gets or sets the (unique) parent of this item.
Declaration
IGroup ParentGroup { get; set; }
Property Value
IGroup
|
Events
ParentGroupChanged
Occurs when the group to which this item belongs has changed.
Declaration
event EventHandler<PropertyEventArgs<IGroup>> ParentGroupChanged
Event Type
System.EventHandler<PropertyEventArgs<IGroup>>
|