C# Class Telerik.Web.Mvc.UI.Fluent.TreeViewItemFactory

Creates items for the TreeView.
Inheritance: IHideObjectMembers
Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
Add ( ) : TreeViewItemBuilder

Defines a item.

TreeViewItemFactory ( INavigationItemContainer container, System.Web.Mvc.ViewContext viewContext ) : System.Web.Mvc

Initializes a new instance of the TreeViewItemFactory class.

Method Details

Add() public method

Defines a item.
public Add ( ) : TreeViewItemBuilder
return TreeViewItemBuilder

TreeViewItemFactory() public method

Initializes a new instance of the TreeViewItemFactory class.
public TreeViewItemFactory ( INavigationItemContainer container, System.Web.Mvc.ViewContext viewContext ) : System.Web.Mvc
container INavigationItemContainer
viewContext System.Web.Mvc.ViewContext
return System.Web.Mvc