Search
ComponentBase.Parent Property
See Also
 





Gets the parent component, if the current component is hosted.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object Parent { get; }

Visual Basic  Copy Code

Public ReadOnly Property Parent As Object

 Property Value

An instance of the ComponentBase class if this component belongs to a parent, an instance of an IComponentHost if this is the root component hosted in a CompositeNode or null (Nothing in Visual Basic) if the component is disconnected.

 See Also