35 lines
2.0 KiB
XML
35 lines
2.0 KiB
XML
<tsWPF:tsUserControl
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid" xmlns:tsWPF="clr-namespace:tsWPFCore;assembly=tsWPFCore" xmlns:bdGrupoSanchoToro="clr-namespace:bdGrupoSanchoToro;assembly=bdGrupoSanchoToro" x:Class="ucUsuarios"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="768" d:DesignWidth="1366">
|
|
<UserControl.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="pack://application:,,,/tsWPFCore;component/Plantillas.xaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|
|
</UserControl.Resources>
|
|
<Grid>
|
|
<tsWPF:tsGridControl x:Name="gc" >
|
|
<tsWPF:tsGridControl.PropiedadesTSGC>
|
|
<tsWPF:PropiedadesTSGC/>
|
|
</tsWPF:tsGridControl.PropiedadesTSGC>
|
|
<tsWPF:tsGridControl.PropiedadesTS>
|
|
<tsWPF:PropiedadesTS Modificable="NoModificable"/>
|
|
</tsWPF:tsGridControl.PropiedadesTS>
|
|
<dxg:GridControl.Columns>
|
|
<dxg:GridColumn FieldName="Usuario" IsSmart="True" CellTemplate="{DynamicResource VerDetalleTemplate}" />
|
|
<dxg:GridColumn FieldName="Nombre" IsSmart="True" Width="300"/>
|
|
<dxg:GridColumn FieldName="gruposusuarios.Descripcion" Header="Grupo" Width="300" IsSmart="True"/>
|
|
<dxg:GridColumn FieldName="FechaBaja" IsSmart="True" Width="150"/>
|
|
</dxg:GridControl.Columns>
|
|
<dxg:GridControl.View>
|
|
<tsWPF:tsTableView AllowEditing="False" />
|
|
</dxg:GridControl.View>
|
|
</tsWPF:tsGridControl>
|
|
</Grid>
|
|
</tsWPF:tsUserControl> |