DialogViewController.Root Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The root element displayed by the DialogViewController, the value can be changed during runtime to update the contents.
public MonoTouch.Dialog.RootElement Root { get; set; }
member this.Root : MonoTouch.Dialog.RootElement with get, set