6 lines
1.1 KiB
XML
6 lines
1.1 KiB
XML
<localView:BeWoView x:Class="BeWo.View.Navigation.UserGroupNavigationView" xmlns:markup="clr-namespace:BeWo.MultiLanguage.Markup" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:localView="clr-namespace:BeWo.View" Height="Auto" Width="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="True" xmlns:localNavView="clr-namespace:BeWo.View.Navigation" Loaded="OnLoaded">
|
|
<Grid>
|
|
<localNavView:MainNavigationView x:Name="mainNavigationView" MainGroupHeader="{markup:Translate Benutzergruppen}" CreateNewObject="mainNavigationView_CreateNewObject" OpenObject="mainNavigationView_OpenObject" DeleteDemands="DeleteAll, UserGroupView_Delete" CreateDemands="None" DeleteObject="mainNavigationView_DeleteObject" ExcelExport="mainNavigationView_ExcelExport" ContentGroupStyle="{StaticResource UserGroupNavigationStyle}" MainListItemStyle="{StaticResource SearchDetailStyle}" HistoryListItemStyle="{StaticResource SearchSimpleStyle}" OnReloadData="MainNavigationView_OnReloadData"/>
|
|
|
|
</Grid>
|
|
</localView:BeWoView> |