MonoTouch.Dialog.DialogViewController.Source.TitleForHeader C# (CSharp) Method

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
return string
			public override string TitleForHeader (UITableView tableView, int section)
			{
				return Root.Sections [section].Caption;
			}