4 references to FooterProperty
Microsoft.Maui.Controls (4)
Handlers\Items\StructuredItemsViewHandler.cs (1)
31 [StructuredItemsView.FooterProperty.PropertyName] = MapFooterTemplate,
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
58 [StructuredItemsView.FooterProperty.PropertyName] = MapFooterTemplate,
Items\StructuredItemsView.cs (2)
36 get => GetValue(FooterProperty); 37 set => SetValue(FooterProperty, value);