[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeNode.SetValue

SetValue Method

SetValue(object)

Sets the value of the tree node.

Declaration
public void SetValue(object value)
Parameters
Type Name Description
object value
Remarks

Use only for unbound mode.

SetValue(object, int)

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

Declaration
public void SetValue(object value, int columnIndex)
Parameters
Type Name Description
object value
int columnIndex
Remarks

Column must have DisplayFieldName value.