Panel.Children Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the collection of child elements of the panel.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<panel> oneOrMoreUIElements </panel>
XAML Values
Property Value
Type: System.Windows.Controls.UIElementCollectionThe collection of child objects. The default is an empty collection.
You can use implicit collection syntax in XAML to add items, or methods of the UIElementCollection in code to add items or otherwise adjust the existing collection.
Show: