27 lines
1.4 KiB
XML
27 lines
1.4 KiB
XML
<localView:BeWoView x:Class="BeWo.View.Navigation.CustomerTeamNavigationView"
|
|
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="mainNavigationView"
|
|
MainGroupHeader="Kliententeams"
|
|
CreateNewObject="mainNavigationView_CreateNewObject"
|
|
OpenObject="mainNavigationView_OpenObject"
|
|
DeleteObject="mainNavigationView_DeleteObject"
|
|
DeleteDemands="DeleteAll, CustomerTeam_Delete"
|
|
CreateDemands="CreateAll, CustomerTeam_Create"
|
|
ExcelExport="mainNavigationView_ExcelExport"
|
|
ContentGroupStyle="{StaticResource CustomerTeamNavigationStyle}"
|
|
MainListItemStyle="{StaticResource SearchDetailStyle}"
|
|
HistoryListItemStyle="{StaticResource SearchSimpleStyle}"
|
|
OnReloadData="MainNavigationView_OnReloadData"/>
|
|
|
|
|
|
</Grid>
|
|
</localView:BeWoView>
|
|
|