9 references to FooterTemplate
Microsoft.Maui.Controls (9)
Handlers\Items\iOS\StructuredItemsViewController.cs (1)
133 UpdateSubview(ItemsView?.Footer, ItemsView?.FooterTemplate, FooterTag,
Handlers\Items2\CollectionViewHandler2.iOS.cs (2)
143 headerFooterInfo.FooterTemplate = structuredItemsView.FooterTemplate; 153 headerFooterInfo.HasFooter = structuredItemsView.Footer is not null || structuredItemsView.FooterTemplate is not null;
Handlers\Items2\iOS\StructuredItemsViewController2.cs (4)
54 if (ItemsView.Header is null && ItemsView.Footer is null && ItemsView.HeaderTemplate is null && ItemsView.FooterTemplate is null) 98 : ItemsView.FooterTemplate, elementKind == UICollectionElementKindSectionKey.Header 134 else if (ItemsView.FooterTemplate is not null) 136 cell.Bind(ItemsView.FooterTemplate, ItemsView.Footer, ItemsView);
Items\StructuredItemsView.cs (2)
40 /// <summary>Bindable property for <see cref="FooterTemplate"/>.</summary> 42 BindableProperty.Create(nameof(FooterTemplate), typeof(DataTemplate), typeof(ItemsView), null);