TreeViewItemFactory
Methods
Add()
Defines a item.
RETURNS
Returns a TreeViewItemBuilder with the available configuration options.
Example
@( Html.Kendo().TreeView()
.Name("treeview")
.Items(item => item.Add().Text("NewItem"))
)