TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class
Properties Methods


In This Topic
    C1TreeNode Class Members
    In This Topic

    The following tables list the members exposed by C1TreeNode.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the tree node checkbox is in the checked state.  
    Public PropertyGets or sets the state of the tree node checkbox.  
    Public PropertyGets or sets a value indicating whether this node is enabled.  
    Public PropertyGets or sets a value indicating whether the tree node is in the expanded state.  
    Public PropertyReturns true if tree node has child nodes.  
    Public PropertyGets the collection of images indices which displayed in node.  
    Public PropertyGets or sets the value at the specified index.  
    Public PropertyGets the zero-based depth of the tree node in the C1TreeView control.  
    Public PropertyGets the collection of nodes of tree.  
    Public PropertyGets the parent C1TreeNodeCollection.  
    Public PropertyGets or sets a value indicating whether the tree node is in the selected state.  
    Public PropertyGets or sets the object that contains data about the C1TreeNode.  
    Top
    Public Methods
     NameDescription
    Public MethodSets the checkbox of tree node to the checked state.  
    Public MethodSets the tree node to the collapsed state.  
    Public MethodSets the tree node to the expanded state.  
    Public MethodOverloaded. Gets the value of the tree node at the specified column.  
    Public MethodGets a value indicating whether the contents of the node cell can be changed.  
    Public MethodReset styles of node cell.  
    Public MethodReset styles of node.  
    Public MethodOverloaded. Sets the value of the tree node.  
    Public MethodSets the checkbox of tree node to the unchecked state.  
    Top
    Protected Methods
     NameDescription
    Protected MethodResets the Enabled property to its default value.  
    Protected MethodReturns true if the Enabled has changed; otherwise, returns false.  
    Top
    See Also