Control that displays Organizational Charts.
Namespace:
C1.Silverlight.OrgChartAssembly: C1.Silverlight.OrgChart (in C1.Silverlight.OrgChart.dll)
Syntax
C# |
---|
public class C1OrgChart : ItemsControl |
Visual Basic |
---|
Public Class C1OrgChart _ Inherits ItemsControl |
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.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ItemsControl
C1.Silverlight.OrgChart..::..C1OrgChart
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ItemsControl
C1.Silverlight.OrgChart..::..C1OrgChart