Implemented interface member:
method
GetSectionCount
Microsoft.Maui.Controls.ITableModel.GetSectionCount()
1 override of GetSectionCount
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
217 public override int GetSectionCount()
2 references to GetSectionCount
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
127 return TableView?.Model.GetSectionCount() ?? 0;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TableViewModelRenderer.cs (1)
95 return View.Model.GetSectionCount();