UITableViewDelegate_Extensions.GetViewForHeader Method
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 view used for the header of the specified section.
public static UIKit.UIView GetViewForHeader (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetViewForHeader : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> UIKit.UIView
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
Table view containing the section.
- section
- System.System.IntPtr System.nativeint
Section index where the header will be added.