Search
Dashboard.RootPanel Property
See Also
 






Gets the root Panel in the hierarchy of dashboard components.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Panel RootPanel { get; set; }

Visual Basic  Copy Code

Public Property RootPanel As Panel

 Property Value

An instance of the Panel class.

 See Also