Guest User

Untitled

a guest
Jan 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <DataGrid x:Name="dgCatalog" AutoGenerateColumns="True"
  2. Margin="10,52,10,0" Background="{x:Null}" IsReadOnly="False"
  3. CanUserAddRows="False" CanUserDeleteRows="True"
  4. ItemsSource="{Binding MainExcelWorker.MainTable, Mode=TwoWay,
  5. UpdateSourceTrigger=PropertyChanged}">
  6. </DataGrid>
Add Comment
Please, Sign In to add comment