1 write to Model
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
43 Model = _tableModel = new TableSectionModel(this, root);
12 references to Model
Microsoft.Maui.Controls (12)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (11)
53 var cell = table.Model.GetCell(indexPath.Section, indexPath.Row); 64 _headerCells[section] = table.Model.GetHeaderCell((int)section); 76 _headerCells[section] = table.Model.GetHeaderCell((int)section); 98 var sectionHeaderTextColor = table.Model.GetSectionTextColor((int)section); 121 TableView?.Model.RowLongPressed(indexPath.Section, indexPath.Row); 127 return TableView?.Model.GetSectionCount() ?? 0; 132 TableView?.Model.RowSelected(indexPath.Section, indexPath.Row); 139 return TableView?.Model.GetRowCount((int)section) ?? 0; 144 return TableView?.Model.GetSectionIndexTitles(); 149 return TableView?.Model.GetSectionTitle((int)section); 187 var cell = table.Model.GetCell(indexPath.Section, indexPath.Row);
TableView\TableView.cs (1)
115 return Model;