ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class
Members

In This Topic
    C1OrgChart Class
    In This Topic
    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
       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