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

GetViewForHeader() public method

public GetViewForHeader ( UITableView tableView, int sectionIdx ) : UIView
tableView UITableView
sectionIdx int
return UIView
			public override UIView GetViewForHeader (UITableView tableView, int sectionIdx)
			{
				var section = Root.Sections [sectionIdx];
				return section.HeaderView;
			}