19 lines
1.1 KiB
XML
19 lines
1.1 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" Loaded="OnLoaded">
|
|
<Grid>
|
|
<localNavView:MainNavigationView
|
|
x:Name="wohnheimNavigationView"
|
|
MainGroupHeader="Wohnheime"
|
|
CreateNewObject="wohnheimNavigationView_CreateNewObject"
|
|
OpenObject="wohnheimNavigationView_OpenObject"
|
|
DeleteObject="wohnheimNavigationView_DeleteObject"
|
|
ExcelExport="wohnheimNavigationView_ExcelExport"
|
|
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>
|
|
|