Gets the parent component, if the current component is hosted.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Object Parent { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Parent As Object |
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.