TreeViewItemFactory

Methods

Add()

Defines a item.

RETURNS

Returns a TreeViewItemBuilder with the available configuration options.

Example

Razor
 
             @( Html.Kendo().TreeView()
                        .Name("treeview")
                        .Items(item => item.Add().Text("NewItem"))
            )
             
In this article
MethodsAdd()
Not finding the help you need?
Contact Support