<ig:XamDataTree x:Name="ProductsDataTree"
ItemsSource="{Binding Path=Products}"
ActiveDataItem="{Binding ActiveProduct, Mode=TwoWay}">
<ig:XamDataTree.GlobalNodeLayouts>
<ig:NodeLayout Key="ProductLayout"
TargetTypeName="Product"
DisplayMemberPath="ProductName">
</ig:NodeLayout>
</ig:XamDataTree.GlobalNodeLayouts>
</ig:XamDataTree>