FixedPage::Children Property

 

Gets a collection of the FixedPage child elements.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property UIElementCollection^ Children {
	UIElementCollection^ get();
}

Property Value

Type: System.Windows.Controls::UIElementCollection^

The UIElementCollection of the child elements.

Children returns null if the FixedPage is data-bound and child elements cannot be added or removed manually.

In non data-bound uses, Children allows the application to manually Add or Remove child elements.

.NET Framework
Available since 3.0
Return to top
Show: