[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TreeMapBuilder-1.BindingName

BindingName Method

BindingName(params string[])

Configurates BindingName. Sets the name of the property containing name of the data item. It is used to show name of the node.

Declaration
public TreeMapBuilder<T> BindingName(params string[] value)
Parameters
Type Name Description
string[] value

The value.

Returns
Type Description
TreeMapBuilder<T>

Current builder.