ComponentOne OrgChart for UWP
C1OrgChart Class
Members 

C1.UWP.OrgChart Assembly > C1.Xaml.OrgChart Namespace : C1OrgChart Class
Control that displays Organizational Charts.
Object Model
C1OrgChart Class
Syntax
'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  
Remarks

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.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            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

See Also

Reference

C1OrgChart Members
C1.Xaml.OrgChart Namespace