UITableViewDataSource_Extensions.TitleForHeader 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.
Called to populate the header for the specified section.
public static string TitleForHeader (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, nint section);
static member TitleForHeader : UIKit.IUITableViewDataSource * UIKit.UITableView * nint -> string
Parameters
The instance on which this extension method operates.
- tableView
- UITableView
Table view containing the section.
- section
- System.System.IntPtr System.nativeint
Index of the section displaying the header.