TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class
Members

In This Topic
    C1TreeView Class
    In This Topic
    Control which manages the hierarchical data structures and displays them in a tree structure that has items that can expand and collapse.
    Object Model
    C1TreeView ClassBindingInfo ClassC1TreeColumnCollection ClassC1TreeColumn ClassCheckBoxInfo ClassC1TreeNodeCollection ClassC1TreeNode ClassTreeViewStyles Class
    Syntax
    'Declaration
     
    
    <ToolboxBitmapAttribute(C1.Win.TreeView.C1TreeView, "C1TreeView.png")>
    <ToolboxItemAttribute(True)>
    <DockingAttribute(DockingBehavior.Ask)>
    <C1DescriptionAttribute("C1TreeView", "Represents a control that manages and displays the hierarchical data as a tree structure with expandable and collapsible nodes.")>
    <DesignerAttribute(C1.Win.TreeView.Design.C1TreeViewDesigner)>
    <LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
    <DefaultPropertyAttribute("Text")>
    <DefaultEventAttribute("Click")>
    <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <ToolboxItemFilterAttribute("System.Windows.Forms")>
    <DesignerCategoryAttribute("Component")>
    Public Class C1TreeView 
       Inherits C1.Framework.XView
       Implements C1.Framework.IView, C1.Win.C1SuperTooltip.ISupportSuperTooltip 
    [ToolboxBitmap(C1.Win.TreeView.C1TreeView, "C1TreeView.png")]
    [ToolboxItem(true)]
    [Docking(DockingBehavior.Ask)]
    [C1Description("C1TreeView", "Represents a control that manages and displays the hierarchical data as a tree structure with expandable and collapsible nodes.")]
    [Designer(C1.Win.TreeView.Design.C1TreeViewDesigner)]
    [LicenseProvider(System.ComponentModel.LicenseProvider)]
    [DefaultProperty("Text")]
    [DefaultEvent("Click")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    public class C1TreeView : C1.Framework.XView, C1.Framework.IView, C1.Win.C1SuperTooltip.ISupportSuperTooltip  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                      C1.Win.TreeView.C1TreeView

    See Also