[]
        
(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)
Public Sub SetValue(value As Object)
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)
Public Sub SetValue(value As Object, columnIndex As Integer)
Parameters
Type Name Description
object value
int columnIndex
Remarks

Column must have DisplayFieldName value.