Implemented interface member:
method
GetCell
Microsoft.Maui.Controls.ITableModel.GetCell(System.Int32, System.Int32)
1 override of GetCell
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
200
public override Cell
GetCell
(int section, int row)
2 references to GetCell
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\TableViewModelRenderer.cs (2)
34
var cell = View.Model.
GetCell
(indexPath.Section, indexPath.Row);
153
var cell = View.Model.
GetCell
(indexPath.Section, indexPath.Row);