
'Declaration Public Class C1OrgChart Inherits Windows.UI.Xaml.Controls.ItemsControl Implements Windows.UI.Xaml.Controls.IItemContainerMapping
public class C1OrgChart : Windows.UI.Xaml.Controls.ItemsControl, Windows.UI.Xaml.Controls.IItemContainerMapping
To use this control, set the following main properties:
ItemsSource: a hierarchical list of items to be shown on the chart.
ItemTemplate: template used to convert the items into visuals.
ChildItemsPath: property that contains the child items.
System.Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ItemsControl
C1.Xaml.OrgChart.C1OrgChart