TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / SetValue Method / SetValue(Object) Method

In This Topic
    SetValue(Object) Method
    In This Topic
    Sets the value of the tree node.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal value As Object _
    ) 
    public void SetValue( 
       object value
    )

    Parameters

    value
    Remarks
    Use only for unbound mode.
    See Also