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

 See Also