[]
Sets the value of the tree node.
public void SetValue(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
Use only for unbound mode.
Sets the value of the tree node at the specified column.
public void SetValue(object value, int columnIndex)
| Type | Name | Description |
|---|---|---|
| object | value | |
| int | columnIndex |
Column must have DisplayFieldName value.