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