3 references to FlyoutFooterTemplateProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
66 Shell.FlyoutFooterTemplateProperty))
Shell\Shell.cs (2)
1432 get => (DataTemplate)GetValue(FlyoutFooterTemplateProperty); 1433 set => SetValue(FlyoutFooterTemplateProperty, value);