Files
BeWoPlaner/BeWo/View/Navigation/WohnheimNavigationView.xaml
2023-10-20 14:39:25 +02:00

24 lines
1.3 KiB
XML

<localView:BeWoView x:Class="BeWo.View.Navigation.WohnheimNavigationView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:localView="clr-namespace:BeWo.View"
xmlns:localNavView="clr-namespace:BeWo.View.Navigation"
xmlns:t="clr-namespace:BeWo.MultiLanguage.Markup"
Loaded="OnLoaded">
<Grid>
<localNavView:MainNavigationView
x:Name="wohnheimNavigationView"
MainGroupHeader="{t:Translate Wohnprojekte}"
CreateNewObject="wohnheimNavigationView_CreateNewObject"
OpenObject="wohnheimNavigationView_OpenObject"
DeleteObject="wohnheimNavigationView_DeleteObject"
ExcelExport="wohnheimNavigationView_ExcelExport"
Print="wohnheimNavigationView_Print"
DeleteDemands="DeleteAll,WohnheimView_Delete"
CreateDemands="CreateAll,WohnheimView_Create"
ArchiveObject="wohnheimNavigationView_ArchiveObject"
ContentGroupStyle="{StaticResource WohnheimNavigationStyle}"
MainListItemStyle="{StaticResource WohnheimDetailStyle}"
HistoryListItemStyle="{StaticResource SearchSimpleStyle}"
OnReloadData="WohnheimNavigationView_OnReloadData"/>
</Grid>
</localView:BeWoView>