Panel.Children Property
Gets a UIElementCollection of child elements of this Panel.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Controls.UIElementCollectionA UIElementCollection. The default is an empty UIElementCollection.
The Children collection of a Panel element can only consist of UIElement objects. Adding a UIElement child to a Panel implicitly adds it to the UIElementCollection for the Panel element.
Do not use this collection with derived Panel classes; use the InternalChildren collection instead.
This property returns null if the Panel is data bound.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0