[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeNode.GetValue

GetValue Method

GetValue(int)

Gets the value of the tree node at the specified column.

Declaration
public object GetValue(int columnIndex)
Parameters
Type Name Description
int columnIndex
Returns
Type Description
object
Remarks

Column must have DisplayFieldName value.

GetValue()

Gets the value of the tree node.

Declaration
public object GetValue()
Returns
Type Description
object
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.