Implemented interface member:
method
GetSectionTitle
Microsoft.Maui.Controls.ITableModel.GetSectionTitle(System.Int32)
1 override of GetSectionTitle
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
222
public override string
GetSectionTitle
(int section)
1 reference to GetSectionTitle
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
149
return TableView?.Model.
GetSectionTitle
((int)section);