[]
Gets the value of the tree node at the specified column.
public object GetValue(int columnIndex)
| Type | Name | Description |
|---|---|---|
| int | columnIndex |
| Type | Description |
|---|---|
| object |
Column must have DisplayFieldName value.
Gets the value of the tree node.
public object GetValue()
| Type | Description |
|---|---|
| object |
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.