4 references to Bind
Microsoft.Maui.Controls (4)
Handlers\Items2\iOS\GroupableItemsViewController2.cs (1)
136
cell.
Bind
(template, bindingContext, ItemsView);
Handlers\Items2\iOS\ItemsViewController2.cs (1)
117
TemplatedCell2.
Bind
(ItemsView.ItemTemplate, ItemsSource[indexpathAdjusted], ItemsView);
Handlers\Items2\iOS\StructuredItemsViewController2.cs (2)
124
cell.
Bind
(ItemsView.HeaderTemplate, ItemsView.Header, ItemsView);
136
cell.
Bind
(ItemsView.FooterTemplate, ItemsView.Footer, ItemsView);