<UserControl.Resources> <local:DataUtil x:Key="DataUtil" /> </UserControl.Resources> <Grid x:Name="LayoutRoot" Background="White"> <ig:XamDataTree x:Name="MyTree" ItemsSource="{Binding Source={StaticResource DataUtil}, Path=CategoriesAndProducts}"> </ig:XamDataTree> </Grid>