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

In This Topic
    GetValue() Method
    In This Topic
    Gets the value of the tree node.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetValue() As Object
    public object GetValue()
    Remarks
    For bound mode, this method returns a data source entry. For example: a DataRow when the data source is a DataTable, or an instance of a custom object when the data source is a collection.
    See Also