4 implementations of Group
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\EmptySource.cs (1)
20
public object
Group
(NSIndexPath indexPath)
iOS\CollectionView\ListSource.cs (1)
62
public object
Group
(NSIndexPath indexPath)
iOS\CollectionView\ObservableGroupedSource.cs (1)
75
public object
Group
(NSIndexPath indexPath)
iOS\CollectionView\ObservableItemsSource.cs (1)
66
public object
Group
(NSIndexPath indexPath)
2 references to Group
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\GroupableItemsViewController.cs (2)
95
cell.Label.Text = ItemsSource.
Group
(indexPath).ToString();
109
var bindingContext = ItemsSource.
Group
(indexPath);