Sample.IndexedViewController.IndexedViewController C# (CSharp) Method

IndexedViewController() public method

public IndexedViewController ( RootElement root, bool pushing ) : System
root MonoMobile.Dialog.RootElement
pushing bool
return System
		public IndexedViewController (RootElement root, bool pushing) : base (root, pushing)
		{
			// Indexed tables require this style.
			Style = UITableViewStyle.Plain;
			EnableSearch = true;
			SearchPlaceholder = "Find item";
			AutoHideSearch = true;
		}