4 implementations of Group
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\EmptySource.cs (1)
21
public object
Group
(NSIndexPath indexPath)
Handlers\Items\iOS\ListSource.cs (1)
88
public object
Group
(NSIndexPath indexPath)
Handlers\Items\iOS\ObservableGroupedSource.cs (1)
79
public object
Group
(NSIndexPath indexPath)
Handlers\Items\iOS\ObservableItemsSource.cs (1)
67
public object
Group
(NSIndexPath indexPath)
8 references to Group
Microsoft.Maui.Controls (8)
Handlers\Items\iOS\GroupableItemsViewController.cs (2)
95
cell.Label.Text = ItemsSource.
Group
(indexPath).ToString();
109
var bindingContext = ItemsSource.
Group
(indexPath);
Handlers\Items\iOS\ReorderableItemsViewController.cs (2)
112
var fromList = itemsSource.
Group
(sourceIndexPath) as IList;
116
var toList = itemsSource.
Group
(destinationIndexPath) as IList;
Handlers\Items2\iOS\GroupableItemsViewController2.cs (2)
120
cell.Label.Text = ItemsSource?.
Group
(indexPath)?.ToString();
134
var bindingContext = ItemsSource.
Group
(indexPath);
Handlers\Items2\iOS\ReorderableItemsViewController2.cs (2)
112
var fromList = itemsSource.
Group
(sourceIndexPath) as IList;
116
var toList = itemsSource.
Group
(destinationIndexPath) as IList;