Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TreeView Class
Members

In This Topic
    C1TreeView Class
    In This Topic
    Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
    Object Model
    C1TreeView Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="InvalidFocused", GroupName="ValidationStatesStates")>
    <TemplatePartAttribute(Name="Scroll", Type=System.Windows.Controls.ScrollViewer)>
    <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)>
    <ContentPropertyAttribute("Items", True)>
    Public Class C1TreeView 
       Inherits C1HierarchicalPresenter
    [TemplateVisualState(Name="InvalidFocused", GroupName="ValidationStatesStates")]
    [TemplatePart(Name="Scroll", Type=System.Windows.Controls.ScrollViewer)]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)]
    [ContentProperty("Items", true)]
    public class C1TreeView : C1HierarchicalPresenter 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ItemsControl
                      C1.Silverlight.C1HierarchicalPresenter
                         C1.Silverlight.C1TreeView

    See Also