[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1TableViewSource-1.TitleForHeader

TitleForHeader Method

TitleForHeader(UITableView, nint)

Called to populate the header for the specified section.

Declaration
public override sealed string TitleForHeader(UITableView tableView, nint section)
Parameters
Type Name Description
UITableView tableView

Table view containing the section.

nint section

Index of the section displaying the header.

Returns
Type Description
string

Text to display in the section header, or null if no title is required.