UIKit.UIViewController.ChildViewControllers Property
An array of UIKit.UIViewControllers that are managed by this UIKit.UIViewController.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: Foundation.Export("childViewControllers")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public virtual UIViewController[] ChildViewControllers { get; }

Value

An array of UIKit.UIViewControllers.

Remarks

Certain UIKit.UIViewControllers (e.g., UIKit.UINavigationController) are primarily concerned with manipulating child controllers. Such controllers are often referred to as “Container View-Controllers.”

This property does not include UIKit.UIViewControllers “presented” using UIViewController.PresentViewController, UIViewController.PresentModalViewController, or UIViewController.PresentMoviePlayerViewController.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0