Search
Panel.ParentControl Property
See Also
 






Gets or sets a reference to the control containing this panel.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public RootControl ParentControl { get; set; }

Visual Basic  Copy Code

Public Property ParentControl As RootControl

 Property Value

An instance of the RootControl interface.

 See Also