License Public Domain
Lines 11
Average
n/a
Rated
0
Times
5
4
3
2
1
0
Keywords
moss (4) sharepoint (20) silverlight (4) wss (4)
Included in this Library
Permissions
Owner: tonybierman
Viewable by Everyone
Editable by tonybierman
Hide
Need a quick chart or graph for your blog? Try our reStructured Text renderer. Join Siafoo Now or Learn More

Web Part Hosted Silverlight Control - XAML Atom Feed

# 's
 1<UserControl x:Class="DagRegistrations.Page"
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 xmlns:data="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data">
5 <Grid x:Name="LayoutRoot" Background="White">
6 <data:DataGrid x:Name="myDataGrid"
7 AutoGenerateColumns="True"
8 >
9 </data:DataGrid>
10 </Grid>
11</UserControl>