Interface
IGroupable

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.

Declaration

cs-api-definition
IGroup ParentGroup { get; set; }

Property Value

IGroup

Events

ParentGroupChanged

Occurs when the group to which this item belongs has changed.

Declaration

cs-api-definition
event EventHandler<PropertyEventArgs<IGroup>> ParentGroupChanged

Event Value

EventHandler<PropertyEventArgs<IGroup>>

Extension Methods