Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.56 KB | None | 0 0
  1. <telerik:RadGridView x:Name="matrixEditor"
  2.                             ShowGroupPanel="False"
  3.                             CanUserDeleteRows="False"
  4.                             CanUserInsertRows="False"
  5.                             CanUserReorderColumns="False"
  6.                             CanUserSortColumns="False"
  7.                             CanUserFreezeColumns="False"
  8.                             IsFilteringAllowed="False"    
  9.                             RowIndicatorVisibility="Collapsed"
  10.                             ItemsSource="{Binding Matrix}">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement