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