MonoTouch.Dialog.DialogViewController.Source.GetViewForHeader C# (CSharp) Méthode

GetViewForHeader() public méthode

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