4 references to FooterTemplateProperty
Microsoft.Maui.Controls (4)
Handlers\Items\StructuredItemsViewHandler.cs (1)
29
[StructuredItemsView.
FooterTemplateProperty
.PropertyName] = MapFooterTemplate,
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
56
[StructuredItemsView.
FooterTemplateProperty
.PropertyName] = MapFooterTemplate,
Items\StructuredItemsView.cs (2)
47
get => (DataTemplate)GetValue(
FooterTemplateProperty
);
48
set => SetValue(
FooterTemplateProperty
, value);