10 references to Footer
Microsoft.Maui.Controls (10)
Handlers\Items\iOS\StructuredItemsViewController.cs (1)
133
UpdateSubview(ItemsView?.
Footer
, ItemsView?.FooterTemplate, FooterTag,
Handlers\Items2\CollectionViewHandler2.iOS.cs (2)
148
if (structuredItemsView.
Footer
is View footerView)
153
headerFooterInfo.HasFooter = structuredItemsView.
Footer
is not null || structuredItemsView.FooterTemplate is not null;
Handlers\Items2\iOS\StructuredItemsViewController2.cs (5)
54
if (ItemsView.Header is null && ItemsView.
Footer
is null && ItemsView.HeaderTemplate is null && ItemsView.FooterTemplate is null)
100
: ItemsView.
Footer
);
107
: ItemsView.
Footer
;
130
if (ItemsView.
Footer
is View footerView)
136
cell.Bind(ItemsView.FooterTemplate, ItemsView.
Footer
, ItemsView);
Items\StructuredItemsView.cs (2)
29
/// <summary>Bindable property for <see cref="
Footer
"/>.</summary>
31
BindableProperty.Create(nameof(
Footer
), typeof(object), typeof(ItemsView), null);