Search
Panel.Children Property
See Also
 






Gets the list of child components of this panel.

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

 Syntax

C#  Copy Code

public ObservableCollection<Component> Children { get; }

Visual Basic  Copy Code

Public ReadOnly Property Children As ObservableCollection(Of Component)

 Property Value

A collection of Component objects.

 See Also