I need to transfer Title in FlayoutItem and set it in my CategoriesListPage. How to make it in dotnet 8 maui?
AppShell.xaml
`
</FlyoutItem>
<FlyoutItem Title="Incomes">
<ShellContent Route="CategoriesListPage" ContentTemplate="{DataTemplate local:CategoriesListPage}"/>
</FlyoutItem>
<FlyoutItem Title="Expenses">
<ShellContent Route="CategoriesListPage" ContentTemplate="{DataTemplate local:CategoriesListPage}"/>
</FlyoutItem>`
CategoriesListPage’s Title must be set from selected FlayoutItem
New contributor
MuRR_Ka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.