9 references to GroupFooterTemplate
Microsoft.Maui.Controls (9)
Handlers\Items\iOS\GroupableItemsViewController.cs (3)
107 : ItemsView.GroupFooterTemplate; 123 : ItemsView.GroupFooterTemplate); 161 return GetReferenceSizeForheaderOrFooter(collectionView, ItemsView.GroupFooterTemplate, UICollectionElementKindSectionKey.Footer, section);
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
137 groupInfo.HasFooter = groupableItemsView.GroupFooterTemplate is not null;
Handlers\Items2\iOS\GroupableItemsViewController2.cs (3)
84 : ItemsView.GroupFooterTemplate); 91 if (indexPath.Length < 2 || (ItemsView.GroupFooterTemplate is null && ItemsView.GroupHeaderTemplate is null)) 132 : ItemsView.GroupFooterTemplate;
Items\GroupableItemsView.cs (2)
29 /// <summary>Bindable property for <see cref="GroupFooterTemplate"/>.</summary> 31 BindableProperty.Create(nameof(GroupFooterTemplate), typeof(DataTemplate), typeof(GroupableItemsView), default(DataTemplate));