1 implementation of GetFlyoutItemDataTemplate
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
649
DataTemplate IShellController.
GetFlyoutItemDataTemplate
(BindableObject bo)
1 reference to GetFlyoutItemDataTemplate
Microsoft.Maui.Controls (1)
Handlers\Shell\Tizen\ShellFlyoutItemAdaptor.cs (1)
66
DataTemplate? dataTemplate = (container as IShellController)?.
GetFlyoutItemDataTemplate
(bo);