[]
Configurates BindingName. Sets the name of the property containing name of the data item. It is used to show name of the node.
public TreeMapBuilder<T> BindingName(params string[] value)
Public Function BindingName(ParamArray value As String()) As TreeMapBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string[] | value | The value. |
| Type | Description |
|---|---|
| TreeMapBuilder<T> | Current builder. |