- tableView
- Table view containing the section.
- section
- Index of the section displaying the footer.
Text to display in the section footer, or null if no title is required.
Table views use a fixed style for the section footer. To customize the appearance of the footer, return a custom view from UITableViewSource.GetViewForFooter(UITableView, nint) instead of implementing this method.
Declared in [UITableViewDataSource]